P {   font-family: Trebuchet MS, Helvetica, sans-serif; font-size:9pt;  }
.glidecontentwrapper{
position:relative; /* Do not change this value */
margin-left:25px;
width: 100%;/*650px;*/ /*ekranın dış genişliği genel çerçeve*/
height: 600px; /*ekranın dış yüksekliği genel çerçeve*/
border: 0px solid #FFFFFF; /*#687C98; /*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_0px idi*/
visibility: hidden;
width: 100%;/*650px;*/ /*ekranın iç genişliği_700 idi*/
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:100%;/* 600px;*/ /*800*/
margin-top: 6px;
margin-left:25px;/*25*/
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-Alttaki yazılar */
display: -moz-inline-box;
display: inline-block;
border: 1px solid gray;
color: #2e6ab1;
padding: 0px 0px;
margin-right: 0px;
font-weight: bold;/*bold
text-decoration: none;
width: 0px; /* numaraların çerçeve genişliği -60px*/
font-family: Trebuchet MS, Helvetica, sans-serif; font-size:9pt;
}
.glidecontenttoggler a.selected{ 
background: #FF0000;
color: white;
}
.glidecontenttoggler a:hover{
background: #FF0000;  /*masu rakamların üzerine gelince arka plan rengi*/
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 */
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #0000FF; /* ileri geri linklerinin arka plan rengi */
color: white;
}