P {   font-family: Trebuchet MS, Helvetica, sans-serif; font-size:12pt;  }
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%; /*ekranın dış genişliği genel çerçeve*/
height: 300px; /*ekranın dış yüksekliği genel çerçeve*/
border: 0px solid #FFFFFF; /*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 sağdan soldan alttan üstten bırakılan boşluk*/
visibility: hidden;
width: 100%;; /*ekranın iç genişliği*/
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 100%;
margin-top: 0px;
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 */
display: -moz-inline-box;
display: inline-block;
border: 0px solid gray;
color: #2e6ab1;
padding: 0px 1px;
margin-right: 1px;
font-weight: bold;
text-decoration: none;
width: 20px; /* numaraların çerçeve genişliği */
font-family: Trebuchet MS, Helvetica, sans-serif; font-size:12pt;
}
.glidecontenttoggler a.selected{ 
background: #2e6ab1;
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;
}