#slider1{
position: relative; /* important */
overflow: hidden; /* important */
width: 230px; /* important */
height: 253px; /* important */
margin: 0;
padding:0;
float:left;
display:inline;
}

.sliderwrapper{
position: relative;
top: 0;
margin:0;
padding:0;
}

.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*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{
float:left;
display:inline;
width:165px;
margin:20px 0 0 10px;
}

.pagination a{
margin-bottom:6px;
}

.pagination a#thumb0, 
.pagination a#thumb1,
.pagination a#thumb2,
.pagination a#thumb3,
.pagination a#thumb4,
.pagination a#thumb5,
.pagination a#thumb6,
.pagination a#thumb7{
	float:left;
	display:inline;
	width:163px;
	height:29px;
	background:url(/images/lytogames/pwbanner.gif) no-repeat;
}
.pagination a#thumb0:hover {
	background:url(/images/lytogames/pwbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb0.selected {
	background:url(/images/lytogames/pwbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb1{
	background:url(/images/lytogames/rfbanner.gif) no-repeat;
}
.pagination a#thumb1:hover{
	background:url(/images/lytogames/rfbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb1.selected{
	background:url(/images/lytogames/rfbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb2{
	background:url(/images/lytogames/sealbanner.gif) no-repeat;
}
.pagination a#thumb2:hover{
	background:url(/images/lytogames/sealbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb2.selected{
	background:url(/images/lytogames/sealbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb3{
	background:url(/images/lytogames/garbanner.gif) no-repeat;
}
.pagination a#thumb3:hover{
	background:url(/images/lytogames/garbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb3.selected{
	background:url(/images/lytogames/garbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb4{
	background:url(/images/lytogames/robanner.gif) no-repeat;
}
.pagination a#thumb4:hover{
	background:url(/images/lytogames/robanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb4.selected{
	background:url(/images/lytogames/robanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb5{
	background:url(/images/lytogames/isbanner.gif) no-repeat;
}
.pagination a#thumb5:hover{
	background:url(/images/lytogames/isbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb5.selected{
	background:url(/images/lytogames/isbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb6{
	background:url(/images/lytogames/ckbanner.gif) no-repeat;
}
.pagination a#thumb6:hover{
	background:url(/images/lytogames/ckbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb6.selected{
	background:url(/images/lytogames/ckbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb7{
	background:url(/images/lytogames/rhbanner.gif) no-repeat;
}
.pagination a#thumb7:hover{
	background:url(/images/lytogames/rhbanner.gif) no-repeat 0 -29px;
}

.pagination a#thumb7.selected{
	background:url(/images/lytogames/rhbanner.gif) no-repeat 0 -29px;
}

.pagination a span{
	display:none;
}