﻿
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 734px; /*width of featured content slider*/
	height: 274px;
}

.sliderwrapper .frame {
	position:absolute;
	left:0px;
	top:0px;
	width:734px;
	height:274px;
	background:url(/images/big.banner.frame.png) no-repeat left top;
}

.sliderwrapper .text {
	position:absolute;
	left:1px;
	top:176px;
	width:714px;
	height:35px;
	line-height:13px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:12px 0px 0px 20px;
	background:url(/images/banner.text.bg.png) no-repeat left top;
}

.sliderwrapper .text span {
	font-size:11px;
	color:#bebebe;
	font-weight:normal;
}

.sliderwrapper .contentdiv{
	width:734px;
	height:274px;
	visibility: hidden; /*leave as is*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.sliderwrapper .pagination {
	position:absolute;
	left:0px;
	top:223px;
	width:680px;
	height:40px;
	background:url(/images/pagination.bg.png) no-repeat left top;
	padding:11px 0px 0px 54px;
}

.pagination img {
	width:60px;
	height:23px;
	padding:0px;
	border:1px solid #000;
}

.pagination a, .pagination a img {
	text-decoration: none; 
	padding:0px;
	margin:1px 1px 1px 1px;
}

.pagination a:hover img, .pagination a.selected img {
	border:1px solid #FFF;
	padding:0px;
	margin:1px 1px 1px 1px;
}





