

#slider {
    width: 730px;
    margin: 5px 0 0 0;
    position: relative;
	clear:both;
	height:236px;
	background: #FFFFFF url(images/slider-bg.jpg) repeat-x scroll left bottom;
	border:1px solid #ccc;
}
#slider h1 {
	background:url(images/common/featured-products-header.png) no-repeat;
	width:276px;
	height:33px;
	position:absolute;
	top:-10px;
	z-index:10;
}
#slider h1 span 
{
	display:none;
}
	
.scroll {
    height:226px;
    width:650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin:16px 10px 0 10px;
}
.scroll h2
{
	font-family: 'RockoFLFRegular';
	font-size:19px;
	color:#000;
	margin-bottom:20px;
}
.scroll p {
	font-family:verdana;
	padding-bottom:10px;
	line-height:1.2em;
	font-size:12px;
	color:#5D5D5D;
	text-align:justify;
	
}
.scroll .left-div 
{
	float:left;
	width:30%;
}
.scroll .right-div 
{
	float:right;
	width:70%;
	
}
.scroll .price
{
	font-family: 'RockoFLFRegular';
	font-size:36px;
	color:#000;
	float:left;
	display:inline;
}
.scroll .buy-now
{
	/* background:url(images/product/buy-now-btn.png) top no-repeat; */
	width:204px;
	height:74px;
	display:inline;
	float:right;position:relative;
	top:-10px;
	left:-10px;
	
}
.scroll .buy-now a span {
	display:none;
	}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 5px;
}

.scrollButtons.right {
    right: 5px;
}

.hide {
    display: none;
}