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

#slideshow {
	width: 900px;
	height: 185px;
	margin:0 auto;
	}
	
#slides {
	position:relative;
	width:900px;
	height:175px;
	list-style:none;
	padding-left:0 !important;
	}
	
#slides li {
	width:900px;
	height:175px;
	}

#slides li a:hover img {
	opacity:1;
	}

.pagination {
	list-style:none;
	margin:0 0 25px 409px;
	padding-left:0;
	}
	
.pagination li {
	float:left;
	cursor:pointer;
	padding:0 3px;
	margin:0 4px 0 0;
	text-indent:-9999px;
	background:url(../images/home/icon_slide.gif) no-repeat;
	width:10px;
	height:10px;
	}
	
.pagination li:hover,
.pagination li.current {
	background:url(../images/home/icon_slide_current.gif) no-repeat;
	}
