.sliderwrapper{
 /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #df45da;
border-bottom-width: 1px;*/
/*width: 696px; width of featured content slider*/
height: 100%;




}

.sliderwrapper .contentdiv{
 /*leave as is*/
 /*leave as is*/
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
  /*leave as is*/


width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;


}

.sliderwrapper .contentdiv img {
	width:100%;
	/*height:100%;*/
}

.pagination{
	/*	width:397px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	position:relative;
	float:left;

	z-index:100;
	overflow:visible;
	width: 100%;
	height:20px;
	 
	padding-top:360px;	


}

.pagination a{
	font-size:29px;
	
	
	background-image:url(../images/bl.png);
	background-repeat:no-repeat;
	text-decoration: none; 
	padding: 0px;
}

.pagination a:hover, .pagination a.selected{

	background-image:url(../images/bl1.png);
	background-repeat:no-repeat;
	padding: 0px;
}

@media only screen and (max-width: 1279px) {
.sliderwrapper{

height: 355px;




}

.sliderwrapper .contentdiv {
	height:355px;
	width:92%;
}


.pagination{
	text-align: left;
	position:relative;
	float:left;
	z-index:100;
	overflow:visible;
	width: 100%;
	height:20px;margin-top:10px;

}

}

@media only screen and (max-width: 835px) {
	
.sliderwrapper{

height: 272px;

}
.pagination{
	text-align: left;
	position:relative;
	float:left;
	z-index:100;
	overflow:visible;
	width: 100%;
	height:20px;margin-top:10px;

}

.sliderwrapper .contentdiv {
	height:272px;
	width:92%;
}

.sliderwrapper .contentdiv img {
	height:272px;
	width:100%;
}

}

@media only screen and (max-width: 720px) {
	.pagination{
	text-align: left;
	position:relative;
	float:left;
	z-index:100;
	overflow:visible;
	width: 100%;
	height:20px;margin-top:10px;

}
.sliderwrapper{

height: 150px;




}

.sliderwrapper .contentdiv {
	height:150px;
	width:92%;
}

.sliderwrapper .contentdiv img {
	height:150px;
	width:100%;
}


}