.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px; /*width of featured content slider*/
height: 254px;
float:left;
 
text-align:left;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
  /*leave as is*/
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 254px;

padding:10px;

float:left;

	

}

.sliderwrapper .contentdiv img {
	border:none;
	width:270px;
	height:202px;
}

.pagination1{
width: 295px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/


margin-top:20px;
	
float:left;
background:#ececec;
padding-top:5px;
padding-bottom:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}



.pagination1 a{


border:none;
font-weight:normal;
float:left;
padding:0px;
	margin-left:5px;
	margin-right:5px;
	
	


}

.pagination1 a img {
  width:61px;
  height:auto;
  border:none;
 }

.pagination1 a:hover, .pagination a.selected{

}

@media only screen and (max-width: 1279px) {
	
	.sliderwrapper .contentdiv {
		width:70%;
	}
	
	.pagination1 {
		width:94%;
	}
	
	.pagination1 a img {
		width:40px;
		height:auto;
	}
	
}

@media only screen and (max-width: 835px) {
	
	.sliderwrapper .contentdiv {
		width:269px;
	}
	
	.pagination1 {
		width:94%;
	}
	
	.pagination1 a img {
		width:61px;
		height:auto;
	}
	
}

@media only screen and (max-width: 720px) {
	
	.sliderwrapper .contentdiv {
		width:269px;
	}
	
	.pagination1 {
		width:94%;
	}
	
	.pagination1 a img {
		width:40px;
		height:auto;
	}
	
	
	
}