.glidecontentwrapper{
position: relative; /* Do not change this value */
/*border:solid 1px #FF0000;
padding:2px;*/
width: 675px;
height: 240px; /* Set height to be able to contain height of largest content shown*/
/*border-bottom: 1px solid #687C98;*/
overflow: hidden;
margin-left:10px;
margin-bottom:18px;
z-index:1;
color:#FFFFFF;
font-size:13px;
line-height:inherit;
background:363636;
}
/*
	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
*/
.glidecontent .glidecontenttext {
/*border: 1px solid #FF0000;*/
width:260px;
float:right;
height: 230px;
padding:15px 15px 0px 20px;
background-image:url(../images/2imbg.png);
background-repeat:no-repeat;
/*background:#363636;*/
z-index:1;}

.choke {background: url(../images/2read.png) #103d71 repeat;
color: #ececec; padding:3px; float:left;
font-weight:bold; margin-right:12px;}

.choke a {background: url(../images/2read.png) #103d71 repeat;
color: #ececec; padding:3px; float:left;
font-weight:bold;}

.glidecontent .glidecontenttext a.akils {
/*border:#ff6700 2px solid; padding:3px 3px 3px 3px; color:#ececec; background-color:#ff6700; font-weight:bold; height:100px;*/}

.glidecontent .glidecontentimg {float: left; width:380px;
border:none;}

.glidecontent .glidecontentimgh {float: left; height:240px; width:380px;
border:none;}

.glidecontent .glidecontentimgw {float: left; width:380px;
border:none;}

.glidecontent .glidecontenttext .titlesz { font-size:19px; margin-bottom:10px; line-height:23px; font-weight:bold; /*text-transform:uppercase;*/}

.glidecontent .glidecontenttext .titlesz a { font-size:19px; margin-bottom:10px; line-height:23px; font-weight:bold; color:#ffffff;}

.glidecontent .discxz {margin-bottom:10px; line-height:15px;}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
/*padding: 10px*/;
visibility: hidden;
width: 675px;
}
/*
 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. */
position:relative;
width: 560px;
margin-top: -48px;
margin-left:52px;
/*text-align: right;*/ /*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*/
z-index:77;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
background: #bd0808;
color:#ffffff;
/*border: 2px solid #ececec;*/
/*color: #ececec;*/
padding: 3px 9px;
margin-right: 5px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url(../images/2read.png) no-repeat center;
color: #ececec;
}

.glidecontenttoggler a:hover{
background: url(../images/2read.png) no-repeat center;
color: #ececec;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
/*background: #ececec;*/
/*color: #ff6700;*/
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}