/* @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
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}

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

/*auto start button*/
.bx-auto .start {
	
	background:#CCC;
	text-align:center;
	display:block;
	width:50px;
	height:20px;
	-webkit-border-radius: 5px;	
    -moz-border-radius: 5px;
    -o-order-radius: 5px;
    border-radius:5px;
	padding-left: 0px;
	margin-bottom:10px;
	
}

/*auto stop button*/
.bx-auto .stop {
	
	background:#CCC;
	text-align:center;
	display:block;
	width:50px;
	height:20px;
	-webkit-border-radius: 5px;	
    -moz-border-radius: 5px;
    -o-order-radius: 5px;
    border-radius: 5px;
	padding-left: 0px;
	margin-bottom:10px;
	z-index:999;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

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

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

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

/*auto controls*/
.bx-auto {
	text-align: left;
	padding-top: 0px;
	padding-left:90%;
}

.bx-auto a {
	font-size: 12px;
}




.slider { background-color:#F9FAF4;
    -webkit-border-radius: 10px;	
    -moz-border-radius: 10px;
    -o-order-radius: 10px;
    border-radius:10px;
	border: #F1F0DE solid 1px;
	padding: 10px;
	}
	
	
.slider h2{font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:normal; padding-top:20px; padding-bottom:10px;
margin-left:250px;
}

a:link { color:#007393; text-decoration: underline;}
a:visited { color:#007393; text-decoration: underline;}
a:hover { color:#007393; text-decoration: underline;}
a:active { color:#007393;  text-decoration: underline;}

.bx-auto a:link { color:#007393; text-decoration: none;}
.bx-auto a:visited { color:#007393; text-decoration: none;}
.bx-auto a:hover { color:#007393; text-decoration: none;}
.bx-auto a:active { color:#007393;  text-decoration: none;}

.slider p { font-size:11px;font-family: Georgia, "Times New Roman", Times, serif; padding-right:12px; line-height:17px;  margin-left:250px;}
.slider span {font-size:10px;font-family: Arial, Helvetica, sans-serif; padding-right:10px; color:#999; padding-top:20px; display:block;margin-left:245px;}

#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 226px;
}

#slider1 li {
	padding: 0;
	margin: 0;
	zoom:1;
}

#slider1 img,
#slider2 img {
	float: left;
	margin-right: 6px;
	}










