
.container { width:549px; height:516px; overflow:hidden; position:relative; cursor:pointer;
}
.slides { position:absolute; top:0; left:0;
	width: 549px;
	height: 516px;
}
.slides div { position:absolute; top:0; width:549px; display:none;height: 516px;}
/*
 * Optional
*/
#loopedSlider,#newsSlider { margin:0 auto; width:549px; position:relative; clear:both;
	float: left;
}
ul.pagination { list-style:none; padding:0;
	float: left;
	position: absolute;
	margin-bottom: 0;
	margin-left: 270px;
	margin-right: 0;
	top: 480px;
}
ul.pagination li  { float:left; }
ul.pagination li a {
	margin: 0;
	padding: 2px 4px 9px;
}
ul.pagination li.active a {
	background: url(images/rond_hover.png) no-repeat;
	padding-right: 7px;
	float: left;
	margin-top: -1px;
}
.rond{
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: url(images/rond.png) no-repeat 0 top;
	padding-top: 1px;
	margin-left: 5px;
}
