/**
 * Styles for scroller after JS applied
 */
#cat_content_products.horizontalScroller, #cat_content_products2.horizontalScroller {
	position: absolute;
	overflow: hidden;
	bottom: -23px;
	width: 350px !important; /* width of image + width/position of arrows */
	height: 500px; /* height of image */
	margin: 0px;
	padding: 0px;
}

#cat_content_products.horizontalScroller {
	left: 250px !important; /* position of container on page */
}

#cat_content_products2.horizontalScroller {
	left: 600px !important; /* position of container on page */
}

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

/*  */
#cat_content_products.horizontalScroller div, #cat_content_products2.horizontalScroller div {
	
}

/* Container for the images */
#cat_content_products.horizontalScroller .container, #cat_content_products2.horizontalScroller .container {
	overflow: hidden;
	top: 0px;
	left: 0px; /* offset of image in container */
	width: 350px; /* width of image */
	min-height: 500px; /* height of image */
}
#cat_content_products2.horizontalScroller .container {
    top: 10px;
}

/* Container for the scroll bar and scroll left/right images */
#cat_content_products.horizontalScroller .scroll_container, #cat_content_products2.horizontalScroller .scroll_container {
	position: absolute;
	z-index: 30;
	top: 350px;
	width: 350px; /* width of #id.horizontalScroller */
}
#cat_content_products.horizontalScroller .cat_product {
}

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

#cat_content_products.horizontalScroller .arrow_left, #cat_content_products2.horizontalScroller .arrow_left {
	top: 30px;
	left: 0px;
}

#cat_content_products.horizontalScroller .arrow_right, #cat_content_products2.horizontalScroller .arrow_right {
	top: 0px;
	right: 0px;
}

/**
 * Hover over product information
 */
#cat_content_products span img, #cat_content_products2 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;
}

