/**
 * Styles for scroller after JS applied
 */
#cat_content_products.horizontalScroller {
	position: absolute;
	overflow: hidden;
	left: 320px;
	bottom: -45px;
	height: 339px; /* height of image */
	margin: 0px;
	padding: 0px;
}

/* IE z-ordering fix */
#cat_content_products.horizontalScroller * {
	z-index: 20;
}

/*  */
#cat_content_products.horizontalScroller div {
	display: inline;
}

/* Container for the images */
#cat_content_products.horizontalScroller .container {
	overflow: hidden;
	top: 0px;
	width: 700px;
	min-height: 339px;
}

/* Container for the scroll bar and scroll left/right images */
#cat_content_products.horizontalScroller .scroll_container {
	position: absolute;
	z-index: 200;
	top: 200px;
	width: 680px;
}

#cat_content_products.horizontalScroller .cat_product {
	top: 10px;
}

/* Scroll left/right images */
#cat_content_products2.horizontalScroller .arrow {
    cursor: pointer;
}

#cat_content_products.horizontalScroller .arrow_right {
	right: 0px;
    z-index: 6000;
}

/**
 * Hover over product information
 */
#cat_content_products span img {
	width: 177px;
	height: 223px;
}

/* Product information */
#cat_content_products.horizontalScroller div.cat_product_info, #cat_content_products .cat_product_info {
	position: absolute;
	display: none;
	left: 15px;
	bottom: 0px;
	width: 222px;
	vertical-align: bottom;
}

html>body #cat_content_products .cat_product_info {
	left: 15px;
}

/* Display the product information when you mouseover the product */
#cat_content_products div.cat_product:hover .cat_product_info {
	display: block;
}

/* All product info in separate paragraph tags */
#cat_content_products .cat_product_info p {
	position: absolute;
	width: auto;
	height: 10px;
	padding: 3px;
	background: black;
	color: white;
	font-size: 10px;
}

#cat_content_products .cat_product_info .category {
	bottom: 48px;
}

#cat_content_products .cat_product_info .name {
	bottom: 32px;
}

#cat_content_products .cat_product_info .cat_product_id {
	bottom: 16px;
}

#cat_content_products .cat_product_info .price {
	bottom: 0px;
}

#cat_content_products p.error {
	margin-top: 200px;
	font-size: 1.2em;
}

