/* Product scroller */
#product_scroller 
{
	overflow: hidden;
	position: relative;
	top: 3px;
	left: 7px;
	float: left;
	width: 764px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	z-index: 1;
	background-color: #9cb0c4;
	margin-bottom: 6px;
}

#scroller_main_holder
{
	position: relative;
	height:140px;
}

#scroller_main_holder img {
	border: 0;
}

#inner_products img {
	border: 1px solid #141f3f;
}

.navigation_holder_left, .navigation_holder_right 
{
	position: absolute;
	height: 136px;
	width: 20px;
	z-index: 100;
	background-color: #9CB0C4;
	border: 0;
}

div.navigation_holder_left
{
	top: 0em;
	left: 0em;
}

div.navigation_holder_right
{
	top: 0em;
	right: 0em;
}

#product_scroller #previous
{
	position: absolute;
	top: 3.7em;
	left: 0.2em;
}

#product_scroller #next
{
	position: absolute;
	top: 3.7em;
	left: 0.2em;
}

#product_scroller #product_holder
{
	position: relative;
	overflow: hidden;
	background: transparent;
	z-index: 99;
}

#product_scroller #outer_products
{
	position: relative;
	overflow: hidden;
	left: 20px;
	width: 740px;
	z-index: 1;
}

#product_scroller #inner_products
{
	position: relative;
	overflow: hidden;
	height: 140px;
	z-index: 0;
}

#product_scroller div.product
{
	position: relative;
	overflow: visible;
	float: left;
	width: 20%;
}

.img_loader img
{
	background-color: #fff;
}

#product_scroller .img_loader img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#product_scroller div.product p
{
	margin:0;
	text-align: center;
}

#product_scroller div.product .prices
{
	position: absolute;
	width:100%;
	top: 110px;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.product_name {
	font-size: 11px;
	font-weight: bold;
}

.product_name a {
	text-decoration: none;
	color: #141f3f;
}

.product_name a:hover {
	color: blue;
}
