@charset "utf-8";

.slider ul, li{
	list-style-type:none; padding:0px; margin:0px;
}
.slider li{
	list-style-type:none; padding:0px; margin:0px 0px 0px 0px; width:1100px; height:413px; float:left; display:block;
}

.nxt_prv_btns{
	float:left; position:relative; background:#333333;
}
.left_arrow{
	position:absolute; left:30px; top:190px;
}
.left_arrow a{
	width:20px; height:28px; display:block; background:url(../images/left_arrow.png) no-repeat; outline:none;
}
.left_arrow a:hover{
	background:url(../images/left_arrow.png) no-repeat;
}
.right_arrow{
	position:absolute; left:1060px; top:190px;
}
.right_arrow a{
	width:20px; height:28px; display:block; background:url(../images/right_arrow.png) no-repeat; outline:none;
}
.right_arrow a:hover{
	background:url(../images/right_arrow.png) no-repeat;
}