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


/* EXAMPLE ---------------------------------- */

#example .multiple2 li {
	width: 980px;
	height:460px;
}
#example {
	width: 980px;
	position:relative;
	float:left;
	margin:0px;
}


/* SLIDER ---------------------------------- */

#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	width: 980px;
	height:460px;
}
#slider1 li {
	padding: 0;
	margin: 0;
	/*zoom:1;*/
	list-style-type:none;
	width: 980px;
}
.slide_li {
	list-style-type:none;
	width: 980px;
}
.slide_li img {
	width: 980px;
	height:460px;
	margin:0px;
}