﻿.prodTitle{
	width:180px;
	height:30px;
	margin:auto;
	text-align:center;
}
.productContainer{
	background:url(../_images/website/images/bg_scroll.gif) no-repeat;
	padding-top:12px;
	height:170px;
}

A.prev, A.prevPage{
    margin:70px 0 0 0px;
    display:block;
    background:transparent url(../_images/website/images/arrow_left.png) no-repeat 0 0;
    float:left;
	width:10px;
    height:45px;
    cursor:pointer;
}

A.prev:hover, A.prevPage:hover{
    background:url(../_images/website/images/arrow_left2.png) no-repeat 0 0;
}

A.next, A.nextPage{
    margin:70px 0 0 0px;
    display:block;
    background:url(../_images/website/images/arrow_right.png) no-repeat 0 0;
    float:left;
	width:10px;
    height:45px;
    cursor:pointer;
}

A.next:hover, A.nextPage:hover{
    background:url(../_images/website/images/arrow_right2.png) no-repeat 0 0;
}

A.disabled, A:hover.disabled{
    background-position:0 -92px;
    cursor:default;
}

div#itemScroller{
	position:relative;
	overflow:hidden;
	height:225px;
	border: none;
	float:left;
}

#items{
	position:absolute;
	width:20000em;
	clear:both;
}

a.prev, a.next {
	margin-top:118px;
}

#items .scrollBox{
	float:left;
}

#itemScroller2Col #items .scrollBox{
	width:293px;
}			

#items .scrollBox img{
	margin-left: -20px !important;
}

#items div.active {
	cursor:default;
}
