/* @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:-46px;
	right:5px;
	z-index:90;
	width: 97px;
	height: 36px;
	text-indent: 10em;
	background: url(slide_bt_nex.png) no-repeat 0 0;
	overflow: hidden;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:-46px;
	right:110px;
	z-index:90;
	width: 97px;
	height: 36px;
	text-indent: -10em;
	background: url(slide_bt_pre.png) no-repeat 0 0;
	overflow: hidden;
}


/*next/prev button hover state

.bx-next:hover,
.bx-prev:hover {
	opacity:0.7;
}
*/

.bx-next:hover {
	background: url(slide_bt_nex.png) no-repeat 0 100%;
}
.bx-prev:hover {
	background: url(slide_bt_pre.png) no-repeat 0 100%;
}






/* topModel2 */
#topModel2 .bx-next {
	position:absolute;
	top: 0;
	right: -16px;
	z-index:90;
	width: 16px;
	height: 210px;
	text-indent: 10em;
	background: url(slide_bt_nex2.png) no-repeat 0 0;
	overflow: hidden;
}

#topModel2 .bx-prev {
	position:absolute;
	top: 0;
	left: -16px;
	z-index:90;
	width: 16px;
	height: 210px;
	text-indent: -10em;
	background: url(slide_bt_pre2.png) no-repeat 0 0;
	overflow: hidden;
}

#topModel2 .bx-next:hover {
	background: url(slide_bt_nex2.png) no-repeat -16px 0;
}
#topModel2 .bx-prev:hover {
	background: url(slide_bt_pre2.png) no-repeat -16px 0;
}



