.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 620px; /*width of featured content slider*/
	height:300px;
	padding:15px;
	margin:0 auto;
	text-align:center;
	background:#CCCCCC;
	background:url(../images/slider_bg.jpg);
}

.contentdiv {
	visibility: hidden; 
	position: absolute;
	top:15;
	left:15px;
	width: 620px;
	height: 300px;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	/*cursor:pointer;*/
}

#contentdiv{ 
    /*position:relative;*/
	width:620px; 
	height:300px;
	z-index:100;
}

#contentdiv-title{
    top:250px;
	left:0;
	background:url(../images/slider-title_bg.png);
	height:40px;
	padding:5px;
	position:absolute;
	width:610px;
	color:white;
	text-align:left;
	font-size:14px;
	line-height:20px;
	cursor:pointer;
}

#paginate-slider1{
	width:80px;
	float:left;
}

.pagination{
	text-align: right;
	height:20px;
	/*margin:5px 0 10px 5px;*/
	/*margin:5px 0 30px 0px;*/
	/*position:absolute;*/
	width:90px;
	/*margin-left:570px;*/
	margin-bottom:15px;
}

.pagination span{
    float:left;
	display:inline;
	clear:right;
}

.pagination a, pagination a:visited, pagination a:active{
	text-decoration: none; 
	color:white;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	display:block;
	margin-right:3px;
	width:15px;
	height:15px;
	margin-right:3px;
	background:#D6D6D6;
}

.pagination a:hover, .pagination a.selected{
   color:white;
   background:#39F;
}

.twitter{
	width:540px;
	float:left;
	padding-top:5px;
}