.container {width:950px; height:280px; overflow:hidden; position:relative; cursor:pointer;}

.slides { position:relative; top:0; left:0; z-index:0;}
.slides div { position:relative; top:0; width:950px; height:280px; display:none;}

#loopedSlider{font-size:0px;}

	ul.pagination {list-style:none; padding:0; margin:0; margin-right:6px; float:right;}
	ul.pagination li  {
	float:left;
	direction:rtl;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom:0px;
}
	ul.pagination li a {
	color:#FFFFFF;
	width:16px;
	height:16px;
	line-height:20px;
	text-align:center;
	display:inline-block;
	float:left;
	text-decoration:none;
	background-image: url(../../images/button.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
	ul.pagination li.active a {
	color:#d61889;
	border:none;
	text-decoration:none;
	background-image: url(../../images/button_act.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
	ul.pagination li a:hover {
	color:#d61889;
	border:none;
	text-decoration:none;
	background-image: url(../../images/button_act.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
	
.pagination-container {
	position:relative;
	width:950px;
	z-index:999;
	padding-left:0px;
	margin-top: -28px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow:hidden;
}
.pagination-container .bg {}
/* *************************** */
/* *************************** */
/* *************************** */