/* : styles for scrolling : */
div.scrollable {
	height:160px;
	overflow:hidden;
	padding:10px 0;
	position:relative;
	width:1060px;
}
div.scrollable div.items {
	clear:both;
	margin-left:10px;
	position:absolute;
	width:20000em;
}
div.scrollable div.items div {
	float:left;
	margin-right:10px;
	padding-left:10px;
	text-align:center;
	width:110px;
	height:110px;
	font-size:11px;
	border-left:1px solid #E5E5E5;
}
div.scrollable div.items div:first-child {
	border-left:none;
}
div.scrollable div.items div div.bigbreadItemText {
	width:230px;
	height:30px;
	text-align:left;
	border-left:none;
	border-top:1px solid #E5E5E5;
	padding-right:10px;
}
div.scrollable div.items div div.bigbreadItemText:first-child {
	border-top:none;
}
div.scrollable div.items div div.bigbreadItemText a h3 {
	line-height:30px;
	font-size:12px;
	background-image: url(../img/shared/arrow_right_black.gif);
    background-repeat: no-repeat;
    background-position: right;
}
div.scrollable div.items div div.bigbreadItemText a:hover h3 {
	background-image: url(../img/shared/arrow_right_red.gif);
    background-repeat: no-repeat;
    background-position: right;
}
div.scrollable div.items div a {
	text-decoration:none;
	font-weight:bold;
}
div.scrollable div.items div.active {
}
div.scrollable {
	float:left;
}
div.back, div.go {
	background:transparent url(/fileadmin/templates/img/shared/button_previous-product.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:40px;
	margin:43px 10px 43px 0px;
	width:39px;
}
div.disabled {
	visibility:hidden !important;
}
div.go {
	background-image:url(/fileadmin/templates/img/shared/button_next-product.gif);
	clear:right;
	margin:43px 0px 43px 21px;
}
div.close {
	background-image:url(/fileadmin/templates/img/shared/button_close.gif);
	position:absolute;
	bottom:35px;
	right:10px;
	width:21px;
	height:20px;
	cursor:pointer;
}
