@charset "utf-8";

#container {
	height: auto;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-left:-30px;
}

#container  #scroller {
	position: realtive;
	width: 1016px;
	height: 266px;
	left: 0px;
	top: 2px;
}

#container  #left {
	position: relative;
	width: 950px;
	color: #BEBEBE;
	float: left;
	margin-right: 40px;
	
}

#container  #right p {
	margin-right: 20px;
}

#container a{
color:#fec607;
text-decoration:none;
padding-bottom:3px;

}
#container img{
border:none;
}

.fadein {
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a .fadein{
	border:none;
}

.clear {
	clear: both;
	margin-bottom: 30px;
}

#leftControl {
	float: left;
	width: 28px;
	height:30px;
	display: block;
	margin-top: 110px;
	padding-top:5px;
	background:url(gfx/fondo_modulo.png) repeat 0 0;
	
}
#rightControl {
	float: left;
	width: 28px;
	height:30px;
	display: block;
	margin-top: 110px;
	padding-top:5px;
	background:url(gfx/fondo_modulo.png) repeat 0 0;
	
}
#outerScroller {
	float: left;
	width: 950px;
	overflow: hidden;
	height: 266px;
	display: block;
	position:relative;

}
#innerScroller {
	width: 5000px;
	position: relative;
	text-align:center;
}

#innerScroller img{
	float:left;
}
