/* The Nivo Slider styles */
#slider{
	width:680px;
	height:361px;
	float:left;
	margin:0px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#bannerOne{
	margin-bottom:7px;
	position:relative;
	left:1px;
}
#bannerTwo{
	float:left;
	margin-right:10px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	text-indent:-9999px;
	position:absolute;
	top:330px;
	left:13px;
	width:69px;
	height:23px;
	z-index:99;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width:23px;
	height:23px;
	background:url(../images/pagination.gif) no-repeat right top;
	float:left;
	display:inline-block;
	margin-left:-4px;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover  {
	background:url(../images/pagination.gif) no-repeat left top;
}
.extra{
	width:100%;
	border:1px solid #e4cebb;
	padding-top:20px;
	margin-top:12px;
}
.carousel-box{
	width:100%;
	height:auto;
	margin:0px;
}
.carousel-box .carousel ul{
	padding:0;
	margin:0;
	overflow:hidden;
}
.carousel-box .carousel ul li{
	width:280px;
	margin:0 7px;
	text-decoration:none;
	overflow:hidden; float:left;
	
}

.carousel-box .prev{
	height:23px;
	width:13px;
	background:url(../images/next-prev.png) no-repeat left top;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50px;
	left:0px;
	z-index:10;
}
.carousel-box .prev:hover{
	background:url(../images/next-prev.png) no-repeat left bottom;
}
.carousel-box li .img{
	border:1px solid #ebebeb;
	text-align:center; border:1px solid #CCCCCC;
	background:#efaf25; padding:9px;
}
.carousel-box li .prod-info a{
	color:#ffffff;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	height:70px;
	padding:15px 0 0 0;
	display:inline-block;
	text-decoration:none;
}
*+ html .carousel-box .button{
	margin-top:-2px;
	display:inline-block;
}
.carousel-box li .prod-info a:hover{
 	color:#cccccc;
}
.carousel-box li .price{
	display:inline-block;
	padding-bottom:1px;
	font-weight:bold;
	font-size:13px;
	line-height:28px;
	color:#fff000;
}
.carousel-box .next{
	height:23px;
	width:13px;
	background:url(../images/next-prev.png) no-repeat right top;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50px;
	right:10px;
	z-index:10;
}
.carousel-box .next:hover{
	background:url(../images/next-prev.png) no-repeat right bottom;
}
/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#010101; border:solid 1px #e3e3e3; padding:2px; background:#fdfdfd;}