.glidecontentwrapper{
position: relative; /* Do not change this value */
width:278px;
height:300px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin:0px;
}
*html .glidecontentwrapper{
position: relative; /* Do not change this value */
width:263px;
height:300px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin:0px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width:290px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
background:#0a0a0a;
text-align:left;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:278px;
text-align: center;
margin:0px auto;
height:15px;
padding-top:10px;
font:10px Arial, Helvetica, sans-serif;
color:#808488;
float:left;
margin-left:2px;
}

.glidecontenttoggler p{
margin:0px;
padding:0px;
width:230px;
text-align:center;
font:10px solid #fff;
float:left;
}



.glidecontenttoggler a.prev{float:left;
background:url(../images/rightarrow.gif) no-repeat left center;
height:14px;
border:0px;
width:20px;}

.glidecontenttoggler a.next{
float:right;
background:url(../images/leftarrow.gif) no-repeat right center;
height:14px;
border:0px;
width:20px;}


.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: white;
}

