/*
 * Product Slider
 */
.product_slide_wrapper {
	clear: both !important;
}

.product_slide {
	padding-top: 25px;
	min-height: 350px;
}

.product_slide_wrapper.is_image_only, 
.product_slide.is_image_only {
	min-height: 260px;
}

.product_slide.disable_desc {
	min-height: 300px;
}
.product_slide.disable_desc .product_show {
	min-height: 250px!important;
}

.product_show {
	border: 1px solid #f2f2f2;
	border-right: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
	padding: 10px;
	float: left;
	max-height: 300px;
	min-height: 300px;
	overflow:hidden;
}

.product_show.is_image_only {
	height: auto;
	min-height: 100px;
}

.product_show.mouse_over_image {
	background-color: #FCFCFC;
}

.left_space {
	margin-left: 1.889em;
}
.top_space {
	margin-top: 1.7em;
}

.product_show .subject {
	font-size: larger;
	font-weight: bolder;
	color: #444444;
}

.product_show .subject {
	display:inline-block;
}


.product_show .image, .product_show .content {
	margin: 0;
	padding: 0;
	width: 200px;
	padding: 5px;
	float: left;
	clear: both;
}

.product_show .image {
	width: 200px;
	height: 200px;
	text-align: center;
}

.product_show .price {
	position: relative;
	bottom: 15.96em;
	background-color: #ff9600;
	padding: 5px;
	text-align: center;
	color: white;
	min-width: 25%;
	float:right;
	font-weight: bolder;
	font-size: 12px !important;
}

.vertical_product {
	float: left;
	clear: both;
}
.vertical_product ul {
	list-style: none;
}
.vertical_product ul {
	list-style: none;
}

.vertical_product .left_space {
	margin: 0px !important;
	padding: 0px;
}


.product_slide ul, .product_slide li,
.product_slide2 ul, .product_slide2 li{
	margin:0;
	padding:0;
	list-style:none;
}

.product_slide li, .product_slide2 li{ 
	width:730px;
	min-height:350px;
	height: auto;
	overflow:hidden; 
}

.product_slide.slide_full_width li, .product_slide2.slide_full_width li  { 
	width:1000px!important;
}

.product_slide2 li {
	width: auto;
}	

.product_slide_wrapper {
	display: none;
}

.product_slide_wrapper ol {
	list-style-type: none !important;
}

.product_slide_wrapper ol li {
	display: inline;
}

ol {
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  width:24px;
}

#controls, .slideControl {
	max-height: 12px;
	padding-bottom: 20px;
}

#controls li a,
.slideControl li a {
	background-image: url(images/slideBt.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: 0 -13px;
	display:block;
	float:left;
	height:0;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-top:12px;
	width:12px;
	padding-top: 12px;
}

#controls li a:hover, li.current a,
.slideControl li a:hover { 
  background-position:0 0;
}

