.hirtartowrapper{
position: relative; /* Do not change this value */
width: 238px;
height: 236px; /* Set height to be able to contain height of largest content shown*/
/*border: 1px solid #687C98;*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.hirtarto{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #7F1A28; /*hírtartó háttere - meg kell adni mert különben a szöveg egymáson lesz*/
padding: 0px;
visibility: hidden;
width: 230px;
}
/*
 Total hirtarto width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.hirtartotoggler{ /*style for DIV used to contain toggler links. */
		width: 238px;
		margin-top: 6px;
		text-align: center; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.hirtartotoggler a{ /*style for every navigational link within toggler */
		display: -moz-inline-box;
		display: inline-block;
		border: 1px solid #4B121A;
		padding: 1px 6px;
		margin-right: 3px;
		text-decoration: none;
		font-family:"Trebuchet MS", Verdana;
		font-size:9pt;
		color:#F7E3AE;
		font-weight: bold;

}

/*aktiv oldal link */
.hirtartotoggler a.selected{ 
		color: #FF3300;
		background-color: #500F1A;
}

/*oldallink hover szín*/
.hirtartotoggler a:hover{
		background-color: #9B1F31;
}

.hirtartotoggler a.prev:hover, .hirtartotoggler a.next:hover{
		color: #FF6600;
		background-color: #9B1F31;
}



/*oldalak button keret */
.hirtartotoggler a.toc{
		border: 1px solid #4B121A;
}



/*vissza és előra button stílusa */
.hirtartotoggler a.prev, .hirtartotoggler a.next{
/*background: #500F1A; */
}



