.slider-title{ 
    width:360px; 
	padding:0 0 0 10px;
	height:35px; 
	line-height:35px;
	background:url(../img/home-right-h1_bg.png) ;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #D6D6D6;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 450px; /*width of featured content slider*/
	height:250px;
	text-align:left;
}

.contentdiv {
	visibility: hidden; 
	position: absolute; 
	left: 0;  
	top: 0;  
	padding: 0px;
	width: 450px;
	height: 250px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor:pointer;
}

#contentdiv{ 
    position:relative; 
	width:450px; 
	height:250px;
	z-index:100;
}

#contentdiv-title{
    top:200px;
	left:0;
	background:url(../img/contentdiv-title_bg.png) ;
	height:50px;
	padding:0;
	position:absolute;
	width:450px;
	color:white;
	text-align:left;
}

#contentdiv-title p{ 
    margin:5px 5px 0px 5px;
	color:white; 
	font-size:14px;
	line-height:20px;
}

#contentdiv-title h1{ 
    margin:5px;
	color:white; 
	font-size:16px; 
	color:#0099CC;
}

#paginate-slider1{ width:450px;}

.pagination{
	text-align: right;
	background:none;
	height:16px;
	padding:5px 0;
	width:450px;
}

.pagination a, pagination a:visited, pagination a:active{
	padding:0px;
	margin-right:5px;
	text-decoration: none; 
	color:#999999;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

.pagination a:hover, .pagination a.selected{
    color:white;
}