.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background:url(../images/banner.jpg) no-repeat top;
width:926px;
height:298px;
padding:30px 0 0 30px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:926px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin-top:-70px;
margin-left:860px;
position:absolute;
z-index:10000;
text-indent: -9999em;

}

.pagination a{
	width:19px;
	height:19px;
	display:block;
	float:left;
	text-decoration: none;
	background:url(../images/dot.png) no-repeat;
text-indent: -9999em;
	
}

.pagination a:hover{
	text-decoration:none
}
.pagination a.selected{
	background:url(../images/dotActive.png) no-repeat;
	}

/*************************************************************************************************/
@media screen and (max-width: 991px) {
	.sliderwrapper {
		background: #01589f;
		width: 96%;
		height: auto;
		padding: 20px 2%;
		border-radius: 10px;
	}
	.sliderwrapper .contentdiv{
		width: 100%;
		position: relative;
	}
	.pagination {
		width: 88px;
		margin-top: 0;
		margin-left: 0;
		right: 0;
		bottom: 10px;
	}
}





















