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

.pager {
	padding-top:5px;
	width:370px;
	height:8px;
}
.pager a {
	float:left;
	margin-right:5px;
	width:15px;
	height:8px;
	color:#FFF;
	text-align:center;
	font-size:0px;
	text-decoration:none;
	background:url(img/pager.gif) top left repeat-x; 
	  
}
.pager a.activeSlide {
	color:#626262; 
	background:url(img/pager_sel.gif) top left repeat-x;
}
.pager a:focus {
	color:#626262;
	outline:none; 
}

#area_carousel #prev {
	float:left;
	width:21px;
	height:65px;
}
#area_carousel #next {
	float:right;
	width:21px;
	height:65px;
}
