

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

#wrapmyslide {
	position:relative;
	top:30px;
	left:50%;
	margin-left:-600px;
	height:625px;
	width:1175px;
	z-index:500;
	}

#hero-slider {
	text-align:left; 
	width:1175px;
	height:625px;
}

#hero-slider .mask { 
	float:right; 
	width:1050px; 
	height:625px; 
	overflow:hidden;
}

#hero-slider .slide { 
	width:1050px; 
	height:625px; 
	text-align:left;
}

#hero-slider ul {
	margin-top:50px;  
	list-style:none; 
	float:left; 
	height:285px;
}

#hero-slider ul li {
	margin:10px 0;
}

#hero-slider ul a {
	outline:none; 
	text-decoration:none;
	display:block;
	width:40px; 
	height:40px; 
	text-indent:-999em;	
}

#hero-slider a {
	background: url(../img/circle.png) bottom;
}

#hero-slider ul a.active {
	background-position:0 0;
}

.clear {clear:both}