.sliderwrapper{
	position: relative;
	width: 707px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #383838;
	height: 228px;
	overflow: hidden;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 705px; /*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: 687px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/home/pagination_bg_2.gif);
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-image: url(images/home/pagination_btn_up.gif);
	background-repeat: repeat-x;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	background-image: url(images/home/pagination_btn_over.gif);
	background-repeat: repeat-x;
}

