.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 600px; /*width of featured content slider*/
	height: 263px;
	background: #fff;
	left: 60px;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #fff;
	width: 600px;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 20px;
	text-align: right;
	background:#fff;
	padding-top: 5px;
	padding-right: 10px;
	margin-left:360px;
	
}

.pagination a{
	float: right;
	display: block;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin-left: 5px;
	background: url(images/rig_paging_icon.png) no-repeat;
	text-decoration: none; 
	left: 350px;
}

.pagination a img{
	border: none;
}

.pagination a:hover, .pagination a.selected{
	background: url(images/rig_paging_current_icon.png) no-repeat;	
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#ffdf;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}