/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

.bx-next {
	position:absolute;
	top:60px;
	right:-30px;
	z-index:999;
	width: 18px;
	height: 30px;
	text-indent: -999999px;
	background-image: url(../images/gray_next.png);
	background-repeat: no-repeat;
	background-position: 10 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:60px;
	left:-30px;
	z-index:999;
	width: 18px;
	height: 30px;
	text-indent: -999999px;
	background-image: url(../images/gray_prev.png);
	background-repeat: no-repeat;
	background-position: 10 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background-image: url(../images/gray_pager.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

.bx-next:hover,
.bx-prev:hover {
	background-position: 20 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
#sliderwrap  {
	width: 880px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
}
#slider1 {
	list-style: none;
	overflow: hidden;
	height: 170px;
	margin: 0;
	padding: 0;
}

#slider1 li {
	zoom:1;
	padding: 0;
	width: 176px;
	height: 170px;
	display: block;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#slider1 li a {
	color: #333;
}
#slider1 li a:hover {
	text-decoration: none;
	color: #F12938;
}


#slider1 img {
	margin-bottom: 5px;
	margin-top: 25px;
	height: auto;
	width: 135px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}
.multiple li {
}
