.product-col{
	width:180px!important;
	height:250px;
	text-align:center;

}
.product-col .img{
	border:2px solid #00768e;
	margin-bottom:1px;
	padding-left:10px;
	background-color:#FFFFFF;
}
.product-col .img:hover{
	border:2px solid #333;
}
.product-sheading{
	color:#2373ba;
	font-size:14px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.product-col .name{
	color:#2373ba;
	font-size:14px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
*+ html .product-col .name{
	line-height:16px!important;
	margin-top:-1px;
	margin-bottom:-4px;
}
.product-col .name cufon{
	height:19px!important;
}
.product-col .name:hover{
	color:#333;
}

.carousel-box{
	width:700px;
	height:250px!important;
	overflow:hidden;
	margin:0px 0 0 0;
	position:relative;
	background-image: url(../images/scroll-bg1.jpg);
	background-repeat: repeat-x;
	padding-top:15px;
	background-position: top;
}
.carousel-box .text{
	display:block;
}
.carousel{
	width:580px!important;
	height:380px!important;
	overflow:hidden;
	padding-left:15px;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 45px;
}
.carousel ul{
	margin:0;
	padding:0;
	width:1000px;
	overflow:hidden;
}
.carousel li{
	float:left;
	margin-right:20px;
	margin-bottom:0;
}
.carousel li .button{
	margin-right:0px;
}

.carousel li .img img{
	width:154px;
	height:107px;
}
.carousel-box .prev{
	width:26px;
	height:48px;
	background:url(../images/prev-next.png) no-repeat left top;
	position:absolute;
	top:50px;
	left:-1px;
}
.carousel-box .prev:hover{
	background:url(../images/prev-next.png) no-repeat left bottom;
}
.carousel-box .next{
	width:26px;
	height:48px;
	background:url(../images/prev-next.png) no-repeat right top;
	position:absolute;
	top:50px;
	right:-1px;
}
.carousel-box .next:hover{
	background:url(../images/prev-next.png) no-repeat right bottom;
}
