.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 475px; /*ekranın dış genişliği genel çerçeve*/
height: 247; /*ekranın dış yüksekliği genel çerçeve*/
border: 1px solid #CDCDCD; /*ekranın çerçeve rengi ve kalınlığı*/
overflow: hidden;
}
.glidecontent{ 
position: absolute; /* burayı ellemeyin */
background: white; /* ekranın arka plan rengi */
padding: 0px; /* ekranda saoğdan soldan alttan üstten bırakılan boşluk*/
visibility: hidden;
width: 475px; /*ekranın iç genişliği*/
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 475px;
margin-top: 0px;
height:21;
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*/
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
background:url(../images/manset_nm2.png);
display: -moz-inline-box;
display: inline-block;
border: 1px solid #CDCDCD;
color: #666666;
padding: 0px 0px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
width: 30px; /* numaraların çerçeve genişliği */
height:21;
font-family: Tahoma; font-size:10pt;
}
.glidecontenttoggler a.selected{ 
background:url(../images/manset_nm2-a.png);
color: white;
}
.glidecontenttoggler a:hover{
background:url(../images/manset_nm2-a.png);
color: white;
}
.glidecontenttoggler a.toc{ /*rakamların görünüm sınıfı). ".toc" sınıfı otomatik algılıyor */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*stili "geri" ve "ileri" linkleri. ".prev" ve ".next" sınıfını otomatik algılar */
 width:60;
 color:#333333;
 
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background:url(../images/manset_nm2-m.png);
color: white;
}