P {  /* font-family: Trebuchet MS, Helvetica, sans-serif; font-size:9pt; */ }
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%; /*ekranın dış genişliği genel çerçeve*/
height: 380px; /*ekranın dış yüksekliği genel çerçeve*/
/*border: 1px solid #ffffff; /*ekranın çerçeve rengi ve kalınlığı*/
overflow: hidden;
}
.glidecontent{ 
position: absolute; /* burayı ellemeyin */
background: ffffff; /* ekranın arka plan rengi */
padding: 0px; /* ekranda saoğ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: 1px solid gray;*/
color: #2e6ab1;
padding: 1px 0px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
width: 25px; /* numaraların çerçeve genişliği */
/*font-family: Trebuchet MS, Helvetica, sans-serif; font-size:7pt;*/
}
.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;
}
