﻿.scrollist {
    float:left;
   width:1040px;
   margin: 40px 0 0 -40px;
}
#product_start_scroll
{
    float:left;
    /*width:1040px;*/
    }
#article_productstart  {
    min-width:480px;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 980px;
	height:286px;
	float:left;

}
.browsable.scrollable {
    min-width:440px !important;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:980px;
}

.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	/*background:url(./Images/Scrollable/hori_large.png) no-repeat;*/
	display:block;
	width:20px;
	float:left;
	cursor:pointer;
	font-size:1px;
    position:relative;
    z-index:10;
    height: 260px;
}

/* right */
a.right 		{ background:url(./Images/PT_arrow_right.png) no-repeat center center; right:-5px;background-color: #FFF;  }
/*a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } */


/* left */
a.left				{ background:url(./Images/PT_arrow_left.png) no-repeat center center; left:16px; background-color: #FFF; } 
/*a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }*/

a.disabled {
	visibility:hidden !important;		
} 