.glidecontentwrapper{
position: relative; /* Do not change this value */

height: 250px; /* Set height to be able to contain height of largest content shown*/
border: 0px;
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
*/






.mansetalti {
height:30px;

background-image: url('../images/manset.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll; 
}




.ruxa {
height:150px;}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 5px;
visibility: hidden;
width: 536px;
}

.glidecontent img {background-color:#ffffff; border:1px solid #0087ab;}
.glidecontent span {font-family:Georgia; font-size:15px; font-weight:bold;}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
float:right;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*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)
*/

.glidecontenttoggler a{ 

font-size:14px;

width:30px; height:30px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/tekrarla.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */


font-size:14px;
width:30px; height:30px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/tekrarla.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;

}

.glidecontenttoggler a:hover{
font-size:14px;
width:30px; height:30px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/tekrarla.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev {
font-size:14px;
width:30px; height:30px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/once.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;

}

.glidecontenttoggler a.next { font-size:14px;
width:30px; height:30px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/sonra.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;}



.glidecontenttoggler a.prev:hover {
font-size:14px;
width:30px; height:30px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/once.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}


.glidecontenttoggler a.next:hover{ 

font-size:14px;
width:30px; height:60px;
float:left; display:inline; padding-top:5px;
background-image: url('../images/sonra.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}



.manset3_baslik {vertical-align:middle; height:50px; text-align:center; width:100%;}


.manset3_baslik a {margin-top:5px; margin-bottom:5px; font-size:20px;}
.manset3_baslik a:link {margin-top:5px; margin-bottom:5px; font-size:20px;}
.manset3_baslik a:hover {margin-top:5px; margin-bottom:5px; font-size:20px;}



.bolum1 {
background-image: url('../images/resimyok2.gif');
background-repeat: no-repeat;
background-position: left top;
background-attachment: scroll;
}

.bolum2 {
background-image: url('../images/resimyok2.gif');
background-repeat: no-repeat;
background-position: left top;
background-attachment: scroll;
}

.ozetmanset {margin:5px; background-color:#ffffff; font-family:Tahoma; color:#000000; font-size:12px; font-weight:bold; ;
background-image: url('../images/bwgg.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;}



.metraj1 {background-color:#FFFFF; padding:4px 0px 6px 8px; border-top:1px solid #F0F8FF;

background-image: url('../images/icon_01.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}
.metraj2 {background-color:#F4FCE8; padding:4px 0px 6px 8px; border-top:1px solid #E8E8E8;


background-image: url('../images/icon_01.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}

/*
.metraj1:hover, .metraj2:hover {background-color:#00FFFF; padding:4px 0px 6px 8px; border-top:1px solid #ffffcc;

background-image: url('../images/icon_01.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}
*/

