@charset "utf-8";
/* CSS Document */


a .nextPage .browse .right{
	background:url(images/light_next.png);
	width:22px;
	height:88px;
}
a:hover .nextPage .browse .right{
	background:url(images/light_next_hover.png);
	width:22px;
	height:88px;

}
a .prevPage .browse .left{
	background:url(images/light_prev.png);
	width:22px;
	height:88px;

}
a:hover .prevPage .browse .left{
	background:url(images/light_prev_hover.png);
	width:22px;
	height:88px;

}
#SLIDER{
	padding-left:20px;
	margin-right:0px;
	background:#ebebeb;
}
