.main-aside ul li ul#s3sliderContent li a:link,
.main-aside ul li ul#s3sliderContent li a:visited,
.sub-aside ul li ul#s3sliderContent li a:link,
.sub-aside ul li ul#s3sliderContent li a:visited {
padding-left:0;
}
.aside ul ul#s3sliderContent li {
padding:0;
}


#slider_cont {
	margin:7px 0 28px;
	width:630px; 
	height:300px;
	margin-bottom: 0;
}
 
#slider-cont .main-aside h3 { padding-top:0; }
#slider_cont.main-aside  { right:0; }

 
#slider {
	background:#FFF;
	float:left;
	margin:0;
	width:650px; 
	height:300px;
}
 
#s3slider {
	height: 300px; /* important to be same as image height */
	overflow: hidden; /* important */
	position: relative; /* important */
	width: 650px; /* important to be same as image width */ 
	
}
 
#s3sliderContent {
	margin-left: 0; /* important */
	position: absolute; /* important */
	top: 0; /* important */
	height:150px;
	height: 0px;
	width: 650px; /* important to be same as image width or wider */ }
 
.s3sliderImage {
	display: none; /* important */
	float: left; /* important */
	position: relative; /* important */ 
 	height: 300px;}
	.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;
		filter:alpha(opacity=0);
		opacity: 0; /* here you can set the opacity of box with text */
		padding:5px 5px 10px;
		position: absolute; /* important */
		text-transform:uppercase;
		width: 650px;
		height:0px;
		padding:0px; 
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
			
}

.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; }
