.sliderwrapper{
float:left;
height:324px;
overflow:hidden;
position:relative;
width:400px;
}



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

.pagination{
width: 210px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
float:left;
background-color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:324px;
}

.pagination a{
padding:5px 10px 5px 21px;
text-decoration: none; 
color: #ffffff;
display:block;
height:43px;
margin-bottom:4px;
overflow:hidden;
background:#000000 url(script-a.jpg) no-repeat;
outline:none;
}

.pagination .thumb{
	float:left;
	margin-right:7px;
}

.pagination a:hover{
	color: #ffffff;
	background:url(script-ahover.jpg) no-repeat;
}

.pagination a.selected{
	color: #000000;
	background:url(script-active.jpg) no-repeat;
}

.scripttxt{
	font-size:12px;
	color:#ffffff;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.scripttxt a{
	color:#ffffff;
	text-decoration:none;
}

.scripttxt a:hover{
	color:#ffffff;
	text-decoration:underline;
}


