.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 460px;
height: 210px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
.newscontentwrapper{
	position: relative; /* Do not change this value */
	width: 560px;
	height: 210px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;	
}
.clientPromotionContentWrapper, .clientJackpotContentWrapper{
	position: relative; /* Do not change this value */
	width: 280px;
	height: 140px; /* 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, .newsGlideContent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
}
.glidecontent{
	width: 440px;
}
.newsGlideContent{
	width: 550px;
}
.clientPromotionsGlideContent, .contentdiv{
	position: absolute;
	width: 280px;
	padding: 0px;
	height: 135px;
	background:#FFF url(http://images.gamesandluck.com/background/clientPromotions.png) no-repeat left center;
}
/*
 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. */
margin-top: 6px;
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: #2e6ab1;
padding: 5px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

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

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

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

#prevNews, #prevHotspot, #nextNews, #nextHotspot, #paginate-clientPromotionShow, #paginate-clientJackpotShow, #paginate-newsShow, #glider0, #glider1,#glider2{
	display:none;	
}




/* slider */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 280px; /*width of featured content slider*/
height: 140px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*width: 280px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
padding: 5px 10px;
}
.clientPagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/	
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
#hotspotShow, #newsShow, #bonusShow{
	float: left;
	margin: 10px;
}
#hotspotShow .contentdiv{
	width: 455px;
	height: 210px;
	background:#FFF;
}
#newsShow .contentdiv{
	width: 560px;
	height: 210px;
	background:#FFF;
}
#bonusShow .contentdiv{
	width: 350px;
	height: 105px;
	background:#fff;
	margin: -5px 0px 0px 0px;
	padding: 0px 5px;
}
.hotspotsliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/	
}
.paginationIndex{
	width: 96px;
	float: left;
	margin: 7px;
}
.paginationIndex a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
padding: 3px;
margin: 0px 0px;
}
.paginationIndex a:hover, .paginationIndex a.selected{
	background: #E4EFFA;
}
#bonuses .paginationIndex{
	width:100%;
	margin: 0px;
}
#bonuses .paginationIndex td{
	width:33%;
	text-align: center;
	vertical-align:middle;
	padding: 0px;
	line-height: 12px;
	font-weight: bold;
	cursor:default;
}
#bonuses .paginationIndex a:hover, #bonuses .paginationIndex a.selected{
	color:#CC0000;
	text-decoration:underline;
	width:96%;
	background:#FFF;
}
