.glidecontentwrapper{
position: relative; /* Do not change this value */

overflow: hidden;
border: 1px solid #FFF; text-align: center; margin-top: 20px; width: 182px; background-image: url(/ic/wLayout/design/img/back2.gif); background-repeat: repeat-x;

}
/*
	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 */

visibility: hidden;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 1px;
margin-top: 6px;
text-align: center;
display:none;
}