
	.rotator{
		position: relative;
		width: 660px;
		height: 116px;
		margin-bottom: 20px;
	}
	#slider{
		width: 620px !important;
		margin: auto;
	}
	#slider img{
		width: 100%;
		height: auto;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:155px;
		height:116px;
		overflow:hidden; 
		position: relative;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0;
		top:0;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:640px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:20px;
		height:116px;
		background:url(../img/rot-prev.png) no-repeat 0 0;	
		}	
		#prevBtn a:hover, #nextBtn a:hover,
	#slider1next a:hover, #slider1prev a:hover{
		background:url(../img/rot-prev-h.png) no-repeat 0 0;
	}
	#nextBtn a, #slider1next a{ 
		background:url(../img/rot-next.png) no-repeat 0 0;	
		}

		#nextBtn a:hover, #slider1next a:hover{ 
			background:url(../img/rot-next-h.png) no-repeat 0 0;	
			}	
		.size3{
			width: 120px;
			height: 90px;
			float: left;
		}
		.psize3{
			padding-left: 130px;
		}
		.psize3 .post-title{
			margin-bottom: 10px;
		}
		.psize3 .post-text{
			margin-bottom: 10px;
		}
		.more{
			font-size: 10px;
			text-transform: uppercase;
			color: #000;
			text-decoration: underline;
		}
	/* numeric controls */	
	.b-posts2{
		width: 220px;
		display: inline-block;
		vertical-align: top;
	}
	.post2{
		padding: 15px 10px 10px;
		background-color: #ebebeb;
	}
	.text{
		margin-top: 10px;
	}
	.post-title2 a{
		font-size: 12px;
		color: #000;
		display: block;
	}
	.post-title2 a:hover{
		text-decoration: none;
	}
	.size2{
		width: 60px;
		height: 45px;
		float: left;
		margin-right: 10px;
	}
a.rot-tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: left;
	background-image: url(../img/bgi-4.png);
	background-position: 0 0;
	padding: 6px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
a.rot-tit:hover{
	text-decoration: underline;
}
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */