#slides {
	z-index:100;
	width:967px;
	float:left;
	height:auto;
}
.slides_container {
	width:611px;
	position:relative;
	display:none;
	height:434px;
}
.slides_container div.slide {
	width:967px;
	height:434px;
	display:block;
}
/*
	Pagination
*/

.sub-adver {
    background: none repeat scroll 0 0 #f3f3f0;
    float: left;
    margin-top: 40px;
    padding: 23px;
    width: 100%;
}

.adver {
    background: none repeat scroll 0 0 #f3f3f0;
    float: left;
    font-size: 12px;
    height: 105px;
    margin-top: 16px;
    padding: 12px;
	
}

.adver h2 {
  color: #600471;
    font-size: 14px;
    font-weight: normal;   
    text-transform: uppercase;

 }

.pagination {
	width:134px;
	right:0px;
	height:24px;
	top:295px;
	position:absolute;
	background:url(../images/paging_bg123.png) no-repeat 0 0;
	/*background:url(../images/paging_bg.png) no-repeat 0 0;*/
	z-index:9999;
	padding:8px 0 0 0px;
}
.pagination li {
	float:left;
	margin-left:3px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:9px;
	height:9px;
	background-image:url(../images/paging.png);
	background-position:0 -15px;
	float:left;
	overflow:hidden;
	text-indent:-99999px;
}
.pagination li.current a {
	background-position:0 0px;
}
/*
	Caption
*/

#subs_form
{
 margin-top: 13px;
}

#subs_form input {
    height: 20px;
    width: 214px;
}

#subscriberstd {
    float: left;
    width: 85px !important;
}

#subscriberTelephone {
    float: left;
    width: 125px !important;
}


.caption {
	z-index:500;
	position:absolute;
	left:0;
	height:auto;
	padding:5px 20px 0 20px;
	top:333px;
	width:565px;
	font-size:16px;
	color:#000;
	text-shadow:none;
	text-transform:none;
	font-size:12px;
}
.caption h2 {
	font-size:20px;
	font-weight:bold;
}
