#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:954px;
	height:240px;
	overflow:hidden; 
	margin-bottom: 10px;
	}	
#sliderf ul, #sliderf li{
	margin:0;
	padding:0;
	list-style:none;
	}
#sliderf, #sliderf li{ 
	width:699px;
	height:284px;
	overflow:hidden; 
}

	
/* numeric controls */	

ol#controls{
		margin:1em 0;
		padding:0;
		height:18px;
        margin-left: 10px;	
        margin-top: -21px;	
        float:right;
        position: relative;		
		}
ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
ol#controls li a{
		float:left;
		font-size: 10px;
		height:15px;
		line-height:15px;
		background:#555;
		color:#fff;
		padding:0 5px;
		text-decoration:none;
       -webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	   -khtml-border-radius: 8px;
	   border-radius: 8px;
		}
ol#controls li.current a{
		background:#333;
		color:#fff;
		}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
#sliders ul, #sliders li{
	margin:0;
	padding:0;
	list-style:none;
	}
#sliders, #sliders li{ 
	width:590px;
	height:240px;
	overflow:hidden; 
	}

.superoffer {
	width:699px;
	height:284px;
    background: url('sr.png');
}
.superoffer .s-heading {
 display: none;
 height: 40px;
 font-weight: bold;
 padding-top: 16px;
 padding-left: 50px;
 font-size: 18px;
 color: #ED0000;
}
.superoffer .image img {
  margin: 8px;
	-webkit-box-shadow: 0px 0px 7px #555;
	-moz-box-shadow: 0px 0px 7px #555;
	box-shadow: 0px 0px 7px #555;
}
.superoffer .name {
 width: 100%;
 display: inline-block;
 padding-top: 8px;
 height: 53px;
 font-family: 'Oswald', sans-serif;
 overflow: hidden;
 text-align: left;
}
.superoffer .name a {
 text-decoration: none;
 font-weight: bold;
 font-family: 'Oswald', sans-serif;
 font-size: 19px;
 color: #222;
 text-shadow: 0 0 2px #fff;
}
.superoffer  .price {
 color: #fff;
 font-weight: bold;
 float: left;
 font-size: 30px;
 background: #ED0000;
 padding: 10px;
 margin-top: 10px;
 display: inline-block;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.superoffer .price-old {
 color: #aaa;
 text-decoration: line-through;
}
.superoffer .cart {
 float: right;
 padding: 10px;
}
.superoffer .rating {
    display: inline-block;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
	
}
a.superbutton {
	display: inline-block;
	padding-left: 6px;
	background: url('btleft.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.superbutton span {
	color: #FFFFFF;
	line-height: 53px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 12px 0px 5px;
	background: url('btright.png') top right no-repeat;
}
a.superbutton:hover {
	background: url('btleft.png') top left no-repeat;
}
a.superbutton:hover span {
	color: #FFFFFF;
	background: url('btright.png') top right no-repeat;
}
.superoffer .desc {
    padding: 7px;
	width: 390px;
	height: 90px;
	padding-top: 23px;
	background: url('desc.png');
	color: #fff;
	margin-bottom: -3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.superoffer  .price2 {
 color: #fff;
 font-weight: bold;
 float: left;
 font-size: 22px;
 background: #d81c59;
 padding: 10px;
 margin-top: 13px;
 display: inline-block;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}