/* @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
 */
.modelBox{
	overflow:hidden;
	width:450px;
}


.bx-wrapper,
.bx-window {
	width:100% !important;
	height:100% !important;
}

/*next button*/
.bx-next {
	display:none;
}

/*previous button*/
.bx-prev {
	display:none;
}

/*pager links*/
#bx-pager{
	margin-top:10px;
}

#bx-pager a {
	margin-right:3px;
	zoom:1;
}

#bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	border:3px solid #2d658f;
}

#bx-pager a.last {
	margin:0;
}




