.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 650px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html:first-child .sliderwrapper, html>body .sliderwrapper{
	position: absolute;
	top:275px;
	overflow: hidden;
	width: 650px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 30px;  /*leave as is*/
	width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (556+5+5=566) */
	height: 100px; 
}

#slider-img {
	width:650px;
	height:100px;
	background:#fff327 url(images/post_image.jpg) no-repeat;
	text-align:right;
}
#slider-text {
	width:230px;
	height:80px;
	padding:10px;
	background:url(images/bg_slider_text.png);
	position:absolute;
	top:0px;
	left:0px;
	color:#fff;
	font-size:11px;
}
#slider-text h4, #slider-text h4 a:link, #slider-text h4 a:visited {color:#fff; font-size:14px; padding-bottom:0px;}
#slider-text a:link, #slider-text a:visited{ margin:0px;padding:0px; }
#slider-text p{ color:#fff; margin:0px;padding:0px;}

#slider-text .restrictTextLength{
	max-height: 12ex; 
	line-height:14px;
}

.pagination{
	text-align: left;
	_margin-top:5px;
}

.pagination a{
	padding: 3px 8px;
	margin-left:10px;
	text-decoration: none; 
	color: #000;
	background: #f8f2a9;
}
.newstitle{
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	padding: 3px 8px;
	text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background: #e6dd6c;
}
