/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
 .slider{
	width:968px;
	border: 1px solid #E3E3E3;
	margin:10px 0;
	float:left;
	 }
.bxslider{margin:0;}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;*/
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -52px;
	background: url("../images/controls.png") no-repeat scroll -40px 0 transparent;
}

.bx-wrapper .bx-next {
	right: -52px;
	background: url("../images/controls.png") no-repeat scroll 1px 0 transparent;
}

.bx-wrapper .bx-prev.disabled {
	left: -52px;
	background:none
}

.bx-wrapper .bx-next.disabled {
	right: -52px;
	background:none
}

/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	width: 40px;
	height: 104px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	disp lay: none; cursor:default;
	}


.productbox{height:100px;width:200px;  overflow:hidden; padding-bottom:10px;}
.productbox1{height:120px;width:200px;  overflow:hidden; padding-bottom:10px;}
.productbox .productimg{float:left; margin-right:10px; border:1px solid #dfdfdf}
.productbox h3{font-size:12px; font-weight:bold; padding:4px}
.productbox p{padding:4px;}
.itemtimes{ background:url(../images/user.jpg) left center no-repeat; padding:2px 0 2px 15px; display:inline-block;}