/* H-Scroller */

#containerScroller
{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	height:126px;
}
.scrollArrows
{
	position:absolute;
	top:0px;
	left:-24px;
	z-index:1;
}
.scrollArea
{
	position:absolute;
	top:0px;
	width:900px;
	height:132px;
	overflow:hidden;
	background:url(../img/bg_scroller.jpg) repeat-x;
}
.boxes
{
	position:absolute;
	left:0px;
	padding:0px;
}
.containerScrollerbox
{
	position:relative;
	float:left;
	width:111px;
	height:125px;
	padding:5px 0px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.containerScrollerbox img,
.containerScrollerbox a:hover img
{
	margin-bottom:5px;
}
.containerScrollerbox h2
{
	color:#444444;
	font-size:11px;
	margin:0px;
}
.containerScrollerbox p
{
	color:#444444;
	margin:0px;
	line-height:13px;
}
.containerScrollerbox a
{
	text-decoration:none;
}
.arrowLeft
{
	position:relative;
	display:block;
	top:8px;
	width:24px;
	height:123px;
	background:url(../img/bt_scroller_left_normal.jpg);
}
.arrowLeft:hover
{
	background:url(../img/bt_scroller_left_hover.jpg);
	cursor:pointer;
}
.arrowRight
{
	position:absolute;
	left:924px;
	top:8px;
	display:block;
	width:24px;
	height:123px;
	background:url(../img/bt_scroller_right_normal.jpg);
}
.arrowRight:hover
{
	background:url(../img/bt_scroller_right_hover.jpg);
	cursor:pointer;
}
