.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 540px;
height: 150px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
margin-left: 10px;
}
/*
	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: 500px;
line-height: 17px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;
color: #666;
}

.glidecontent_table { 
width: 500px;height: 150px;
float: left;

}

.glidecontent_table td p{ 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;
line-height: 15px;color: #666;margin-top: 5px;margin-bottom: 5px;} 

.glidecontent_table td p a { 
color: #cc0000; text-decoration: none;}

.glidecontent_table td p a:hover { 
color: #666; text-decoration: underline;}

.glidecontent_table td ul { 
margin: 0px;padding: 0px;margin-left: 25px;}

.glidecontent_table td li { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;
line-height: 19px;color: #666;list-style-image: url(../images_new/tick_blt.jpg);
 }


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 500px;
margin-top: 0px;
margin-left: 1px;
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*/
}
/*
 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;
color: #555;
padding-left:7px;
padding-right:7px;
font-weight: bold;
text-decoration: none;
line-height:31px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 12px;
font-weight: bold;
float: left;
border-right:1px solid #fff;


}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #000;
line-height:31px;
float: left;
background-image: url(../images_new/slide_a_hover.jpg);background-repeat: repeat-x;
}

.glidecontenttoggler a:hover{
background: #fff;
color: #000;
line-height:31px;
float: left;
background-image: url(../images_new/slide_a_hover.jpg);background-repeat: repeat-x;

}

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

.glidecontenttoggler .prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width:19px;height: 17px;background-image: url(../images_new/prev.jpg);border: 0px;cursor: pointer;margin-left: 0px;margin-top: 5px;
}

.glidecontenttoggler .next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
width:19px;height: 17px;background-image: url(../images_new/next.jpg);border: 0px;cursor: pointer;
}

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

}