
.HomeScrollBlock {
	padding: 21px 0px 0px 0px;
	margin: 0px 0px -6px 0px;
}

.HomeScrollBlock .ContentTop {
	background: url(/images/bg_boxmiddle_gradient_top.png) top left no-repeat;
	padding: -21px 0px 0px 0px;
	margin: -21px 0px 0px 0px;
	height: 22px;
}

.HomeScrollBlock .ContentBottom {
	background: url(/images/bg_boxmiddle_plain_bottom.png) bottom left no-repeat;
	height: 21px;
	border-width: 0px;
}

.HomeScrollBlock .content {
	border-left: 7px solid #fbb017;
	border-right: 7px solid #fbb017;
}

.HomeScrollBlock .content div.inside {
	background: #FEEFD2 url(/images/bg_boxmiddle_gradient_content.png) top center no-repeat;
	border-left: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
	padding: 0 10px 0 10px;
}

.HomeScrollBlock .content div.inside div#ScrollItem div.scrollable div.items div p {
	background:url(/images/home_scrollpic_btm.png) no-repeat bottom left;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 10px;
	height: 44px;
	margin: 0;
	padding: 0px 8px 0 8px;
	text-decoration: none;
}

.HomeScrollBlock .content div.inside div#ScrollItem p {
	padding: 3px 0 8px 0;
}

.HomeScrollBlock .content div.inside div#ScrollItem p {
	background: url(/images/bg_boxmiddle_home_p.png) top left no-repeat;
	margin-top: 5px;
	padding: 12px 20px 8px 20px;
}

.HomeScrollBlock .content div.inside div#ScrollItem p {
	background: url(/images/bg_boxmiddle_home_p.png) top left no-repeat;
	margin-top: 5px;
	padding: 12px 20px 8px 20px;
}

.HomeScrollBlock .content div.inside div#ScrollItem p.bottom {
	color: #006FB9;
	font-weight: bold;
	margin-top: 3px;
}




/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {	
	/* required settings */
	position:relative;
	overflow:hidden;
	
	/* custom decorations */
	background-color:transparent;
	width: 669px;
	padding:0 0 0 0;
	margin: 0;
	height: 169px;
	float:left;
	margin-bottom: -3px;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin:0;
	padding:0 0 0 0;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	width:162px;
	height: 169px;
	padding:0px 0px 0px 0px;
	border:1px outset #ccc;
	background-color: #ddd;
	margin: 0 7px 0 0;
	background-image: url(/images/home_scrollpic_shad.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.scrollable div.items div a {
	text-decoration: none;
	cursor: hand;
}

/* active item */
div.scrollable div.items div.active {
}

div.scrollable div.items img {
	background-color: #FCB318;
	height: 103px;
	margin: 0;
	padding: 0 0 4px 0;
}

div.scrollable div.items div p {
	background:url(/images/home_scrollpic_btm.png) no-repeat bottom left;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 10px;
	height: 44px;
	margin: 0;
	padding: 0px 8px 0 8px;
	text-decoration: none;
}div.scrollable div.items, 
div.scrollable div.items div {
	border-width: 0px;
}

/*div.prev, div.next {
	border-width: 0px;
}*/

/* prev, next, prevPage and nextPage buttons */
div.prev, div.next, a.prev, a.next {
	display:block;
	width:16px;
	height:151px;
	float:left;
	margin: 0;
	cursor: hand;
}

a.prev, a.prevPage {
	background:url(/images/carouselscrollleft.png) no-repeat;
	margin:0 8px 0 0;
}

div a.next, a.nextPage {
	margin:0 0 0 8px;
	background:url(/images/carouselscrollright.png) no-repeat;
	clear:right;
}

/* disabled navigational button */
a.prev.disabled {
	background:url(/images/carouselscrollleft_off.png) no-repeat;
	cursor: default;
}
a.next.disabled {
	background:url(/images/carouselscrollright_off.png) no-repeat;
	cursor: default;
}

/*.MiddleBlock div.InnerContent div a.prev, .MiddleBlock div.InnerContent div a.next {
	margin: 0 0 0 0;
}*/
