.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 494px;
height: 350px; /* Set height to be able to contain height of largest content shown*/
border: 3px solid #f0f1eb;
overflow: hidden;
}
/*
	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{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 470px;
}
.post_left,
.glidecontent .left {
display:block;
float:left;
clear:left;
padding:0 10px 0 0;
width:150px;
height:500px;
}
.post_right,
.glidecontent .right {
display:block;
float:left;
clear:none;
width:300px;
padding:0 5px 0 5px;
}
.post_right {width:310px;padding:0 5px 0 10px !important;}
.post_right .title,
.glidecontent .title {
display:block;
color:#000000;
font-weight:bold;
}
.post_left .title {
display:block;
clear:left;
color:#000000;
font-weight:bold;	
}
.glidecontent .more {border:0;display:block; float:right;margin:0 10px 0 0;}
.post_right li,
.glidecontent ul li {list-style-type:square;margin:0 0 3px 0;list-style-position:inside;}
.post_left .thumb {display:block; margin:0 0 10px 0;}
.post_left ul li img {width:65px;}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 500px;
margin-top: 6px;
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: inline-block;
border: 1px solid #86cedd;
color: #2e6ab1;
padding: 2px;
margin: 0 3px 3px 0;
font-weight: bold;
text-decoration: none;
float:left;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFF;
}

.glidecontenttoggler a:hover{
background: #86cedd;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.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;
}
/******************
	Sidebar Glider
*******************/

.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
margin:5px 0 5px 5px;
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
display: block;
clear:both;
color: #2e6ab1;
padding: 2px;
text-decoration: none;
}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFF;
}

.glidecontenttoggler2 a:hover{
background: #86cedd;
color:#FFF;
}

.glidecontenttoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}