@charset "utf-8";
/* CSS Document */

.cont-bnrs {
	width:100%;
	margin:auto;
	max-width:250px;
	overflow:
	hidden;
	position:relative;
	height:auto;
	padding:15px 0px;
}


.bx-next {
	width:52px;
	height:52px;
	position:relative;
	float:right;
	font-size:15px;
	margin-top:-80px;
	margin-right:15px;
	z-index:900;
	background-image:url(bnrs-prevnext.png);
	background-position:-62px;
}
.bx-next:hover {background-position:-182px;}
.bx-next:active {background-position:-302px;}

.bx-prev {
	width:52px;
	height:52px;
	position:relative;
	float:left;
	font-size:15px;
	margin-top:-80px;
	margin-left:15px;
	z-index:900;
	background-image:url(bnrs-prevnext.png);
	background-position:-2px;
}
.bx-prev:hover {background-position:-122px;}
.bx-prev:active {background-position:-242px;}
	

@media only screen and (min-width: 500px) {
.cont-bnrs {
	max-width:500px;
}


@media only screen and (min-width: 750px) {
.cont-bnrs {
	max-width:750px;
}
}

@media only screen and (min-width: 999px) {

.cont-bnrs {
	max-width:1000px;
}
}