#scroller_margin
{
	height:1px;
	clear:both;
}

#scroller
{
	margin-top:9px;	
	height:126px;
	width:970px;
	background-image:url(../images/scroller_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	position:relative;	
}

#carousel_content {
	position:relative;
}

#scroller_left,#scroller_right
{
	float:left;
}

h2.scrollerHeader
{
	font-size:15px;
}

.carrousel_content img
{
	border:1px solid #dedede;
}

.carrousel_content
{
	padding-left:14px;
	padding-right:20px;
	padding-top:5px;
}

.scroller_text
{
	display:block;
	margin-left:80px;
	padding-top:20px;

}

#scroller_right
{
	
}

a#a_scoller_left,a#a_scoller_right
{
	display:block;
	width:30px;
	height:126px;
	background-repeat:no-repeat;
	background-position:top left;
}

a#a_scoller_left.scroller_disabled_left,.scroller_disabled_left
{
	background-image:url(../images/scroller_left_1.gif);
}

a#a_scoller_right.scroller_disabled_right,.scroller_disabled_right
{
	background-image:url(../images/scroller_right_1.gif);
}



#a_scoller_left.scroller_enabled_left,.scroller_enabled_left
{
	background-image:url(../images/scroller_left.gif);
}


a#a_scoller_right.scroller_enabled_right,.scroller_enabled_right
{
	background-image:url(../images/scroller_right.gif);
}



#carrousel
{
	width:910px;
	height:126px;
	float:left;
	position:relative;
	overflow:hidden;
}

#carrousel #carrousel_items 
{
	width:912px;
}

#carrousel ul 
{
	float:left;
	margin: 0;
	font-size: 1em;
	padding:0;
}

#carrousel li 
{
	margin:0;
	padding:0;
	float:left;
	width:228px;
	height:126px;
	background-image:url(../images/scroller_content_bg.gif);
	background-repeat:no-repeat;
	list-style:none;
}

