#gallery ul, #gallery li{list-style:none;margin:0;padding:0}
#gallery img{border:none;vertical-align:top;}

#gallery {
	position: relative;
	width: 1100px;
	height: 600px;
	border: 1px none #ccc;
	padding: 0px;
	overflow: hidden;
	margin: auto;
}
#gallery #mask{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden
}
#gallery .imgSet{
	position: relative;
	width: 100%;
	height: 600px;
}
#gallery .imgSet li{position:absolute;width:100%;}
#gallery .imgSet li p{font-family:돋움;font-size:11px;color:#666;margin-top:1px}
#gallery .menuSet{
	width: 100%;
	padding: 1px
}
#gallery .menuSet li img{
	width: 100px;
	height: 65px
}
#gallery .menuSet li{
	float: left;
	border: 1px solid #888;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4;
}
#gallery .menuSet li.select{
	border: 1px solid #EF1091;
	outline: 1px solid #ff6600;
	opacity: 0.8
}

#gallery .dir{
	position: absolute;
	top: 250px;
	cursor: pointer
}
#gallery .prev{left:0px}
#gallery .next{right:0px}