.glidecontentwrapper{
	position: relative;
	width:567px;
	height:264px;
	float:right;
	margin-right:5px;
	overflow: hidden;
}


.glidecontent{
	position: absolute;
	visibility: hidden;
	background:#FFF;
	width:567px;
}

.glidecontent:hover {
	cursor:pointer;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
visibility:hidden;
font-size:1px;
height:1px;
}
