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

 #mainimg *{
	margin: 0;
	padding: 0;
}

li{
	border: none;
	list-style-type: none;
}

img{
	border:none;
}

#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#mainimg{
	width: 800px;
	position: relative;
	float: left;
	/*display: none;*/
}

#mainimg li{
	position: absolute;
}

.activ{
	z-index: 10;
}

#sumbnail{
	width: 200;
	float: left;
	position: relative;
}

.sumb{
	width: 200px;
	height: 80px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.border{
	position: absolute;
	left: -8px;
	top: -1px;
	z-index: 100;
}

#wrapper1{
	width: 960px;
	height: 600px;
	background-color: #f0f;
	font-size: 60px;
}
#wrapper2{
	width: 960px;
	height: 600px;
	background-color: #0ff;
	font-size: 60px;
}
#wrapper3{
	width: 960px;
	height: 600px;
	background-color: #f00;
	font-size: 60px;
}
#wrapper4{
	width: 960px;
	height: 600px;
	background-color: #ff0;
	font-size: 60px;
}
#wrapper5{
	width: 960px;
	height: 600px;
	background-color: #ff0;
	font-size: 60px;
}
