@charset "utf-8";

.home_prd_images_box{
	float:left; margin:0px; width:300px; overflow:hidden; height:180px; left:0px; padding:0px;
}
.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:258px; 
height:180px; float:left; display:block;
}

.nxt_prv_btns{
	float:left; position:relative; background:#333333;
}
.left_arrow{
	position:absolute; left:20px; top:111px;
}
.left_arrow a{
	width:20px; height:28px; display:block; background:url(../images/home/left_arrow.gif) no-repeat; opacity: 0.40; filter: alpha(opacity=40); outline:none;
}
.left_arrow a:hover{
	background:url(../images/home/left_arrow.gif) no-repeat;
}
.right_arrow{
	position:absolute; left:964px; top:111px;
}
.right_arrow a{
	width:20px; height:28px; display:block; background:url(../images/home/right_arrow.gif) no-repeat; opacity: 0.40; filter: alpha(opacity=40); outline:none;
}
.right_arrow a:hover{
	background:url(../images/home/right_arrow.gif) no-repeat;
}
