﻿/*featured products*/
.featured{
	width:700px;
	/*margin-left:60px;
	margin-top:1050px;*/
	height:auto;	
	position:relative;
	text-align:justify;
	margin:25px 0 0 0px;
	background-position:center;
	
}
.featured h2{
	margin:0 0 0px;
}
.featured h2 img{
	display:block;
	height:0px;
	padding:0px;
}
.featured h2 span{
	display:block;
	height:auto;
	width:0;
	overflow:hidden;
}

.gallery{
	border:1px solid #e5e5e5;	
	height:230px;
	width:100%;
	position:relative;
}
.gallery .frame{
	width:700px;
	height:230px;
	overflow:hidden;
	margin:0;
}


.gallery .frame ul{
	height:230px;
	margin:0px;
	padding:0px;
	list-style:none;
	width:9999px;
	overflow:hidden;
}

.gallery .frame ul li{
	float:left;	
	width:285px;
	text-align:center;
	padding:0px 0 0;
	margin-top:0px;
	height:100px;
}

.gallery .frame ul p{
	font-size:12px;
	margin:4px 0 6px;
}
.gallery .frame ul .price{
	background:url(../imagesnew/bg-price.gif) no-repeat top;
	padding:5px 0 0;
	height:auto;
}
.gallery .frame ul .price strong{
	font-size:11px;
	color:#000;
	height:auto;
}
.gallery .frame div span a{
	font-size:11px;/**/
	color:#000;
}
.gallery .frame div span{
	font-size:11px;/**/
	color:#000;
}
.gallery .frame ul .price strong span{
	color:#c71c05;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:auto;
}
.gallery a.prev,
.gallery a.next{
	width:33px;
	height:27px;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	background:url(../images/next-btn.gif) no-repeat;
	top:120px;
	right:-8px;
}
.gallery a.prev{
	background:url(../images/prev-btn.gif) no-repeat;
	left:-8px;
}
