.contentglider{

	position: absolute; /* Do not change this value */

	top: 5px;

	left: 540px;

	width: 400px;

	height: 90px;

	background-color: #000000;

	border: 5px solid #000000;

}



.glidecontentwrapper{

position: relative; /* Do not change this value */

width: 400px;

height: 90px; /* Set height to be able to contain height of largest content shown*/

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 */

	visibility: hidden;

	width: 400px;

	font-family: "tahoma" Verdana, Arial, Helvetica, sans-serif, Tahoma;

	font-size: 11px;

	color: #FFFFFF;

	background-color: #000000;

	margin: 0;

	padding-right: 20px;

	top: 0px;

	left: 0px;

}





.glidecontent a{ 

	color: #FFFFFF;

	text-decoration: none;

	width: 400px;

	height: 90px;

	display: block;

}



.glidecontent a:hover{ 

	color: #FFFFFF;

	text-decoration: none;

	background-color: #333333;

}





.glidecontent .image{ 

	position: relative; 

	float: left;

	margin-right: 10px;

	border: 0px;

	display: block;

}



.glidecontent .image .img{ 

	border: 0px;

}



.glidecontent .headline{

	position: relative;

	font-family: "tahoma" Verdana, Arial, Helvetica, sans-serif, Tahoma;

	font-size: 11px;

	color: #FFFFFF;

	font-weight: bold;

	width: auto;

	padding-top: 2px;

	padding-bottom: 2px;

	margin: 0px;



}



/*

 Total glidecontent width: 330px+10px+10px=350px

	Or width of wrapper div itself (not counting wrapper border/padding)

*/



.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

width: 400px;

margin-top: 5px;

text-align: left; /*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)

*/









 a.prev, .glidecontenttoggler a.next{

 /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */

}





.prev{

	position: absolute;

	left: 520px;

	top: 45px;

	width: 20px;

	z-index: 1001;

}



.next{

	position: absolute;

	left: 950px;

	top: 45px;

	width: 20px;

	z-index: 1001;

}



