.f-right    { float: right; }
.f-left     { float: left; }
.a-right    { text-align: right; }
.a-left     { text-align: left; }
.a-center   { text-align: center; }



/* glider */
#slider {
	position: relative;
	height: 275px;
	width: 960px;
	z-index: 5;
	overflow: hidden;
	background: url(../images/glider_bg.gif) no-repeat 0 0;
}
div.scroller {
	height:350px;
	width: 980px;
	overflow: hidden;
	position: relative;
}
div.slidercontrolwr{
	position:absolute;
	bottom:18px;
	left:24px;
	z-index:6;
}
div.scroller img{
    border: none;
}
div.scroller div.sectionslide {
	height:350px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
    width: 10000px;
    padding: 0px;
}
div.sliderdescription:hover{ background: #fff; }
.content a {
	text-decoration: none;
	color: #333333;
}
.content a:hover { text-decoration: underline; }

.slidercontrol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0 0;
    padding:0;
}
.slidercontrol { list-style: none; padding: 0px; margin: 0px; }   
.slidercontrol a {
	float: left;
	width: 15px;
	margin: 0px 2px;
	padding: 0px 2px;
	text-decoration: none;
	color: #010006;
	font-weight: bold;
	overflow: hidden;
	text-align:center;
	border: 0px solid #c0c0c0;
	background-image:url(../images/pagination.png);
	background-repeat:no-repeat;

}   
.slidercontrol a:hover,.slidercontrol a.active {
	
	color: #FFFFFF;
	background-image:url(../images/pagination_hover.png);
	background-repeat:no-repeat;
}

/* slider */

.slider-wrapper {
    clear: both;
    width: 900px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
}
.slider-wrapper .list-featured {
    width: 10000px;
    padding: 0;
    overflow: hidden;
}
.slider-wrapper .list-featured li {
    float: left;
    width: 150px;
    padding: 10px;
    border-right: 1px solid #cfcfcf;
}
.slider-wrapper .list-featured li.last {
    margin: 0px;
}
.slider-wrapper .list-featured .product-image {
    text-align: center;
}
.slider-wrapper .list-featured h5 {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
}
.slider-wrapper .list-featured .price-box { float: left; width: 75px; padding: 2px 0; }
