#slider_cont {
	margin:7px 0 28px;
	width:300px; }
 
#slider-cont .main-aside h3 { padding-top:0; }
#slider_cont.main-aside  { right:0; }

 
#slider {
	background:#000;
	float:right;
	margin:0;
	width:300px; }
 
#s3slider {
	height: 242px; /* important to be same as image height */
	overflow: hidden; /* important */
	position: relative; /* important */
	width: 300px; /* important to be same as image width */ }
 
#s3sliderContent {
	margin-left: 0; /* important */
	position: absolute; /* important */
	top: 0; /* important */
	width: 300px; /* important to be same as image width or wider */ }
 
.s3sliderImage {
	display: none; /* important */
	float: left; /* important */
	position: relative; /* important */ }
 
	.s3sliderImage span {
		-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
		-moz-opacity: 0.7; /* here you can set the opacity of box with text */
		background-color: #000;
		color: #fff;
		display: none; /* important */
		filter: alpha(opacity=70); /* here you can set the opacity of box with text */
		font-weight:bold;
		font: 14px/15px Arial, Helvetica, sans-serif;
		opacity: 0.7; /* here you can set the opacity of box with text */
		padding:5px 5px 10px;
		position: absolute; /* important */
		text-transform:uppercase;
		width: 300px; }
 
.clear { clear: both; }
 
.left {
	height: 222px;
	left: 0;
	top: 0;
	width: 110px !important; }
 
.right {
	bottom: 0;
	height: 222px;
	right: 0;
	width: 90px !important; }
 
.top {
	left: 0;
	top: 0; }
 
.bottom {
	bottom: 0;
	left: 0; }
