#gal-wrap {
				position: relative;
			}
			#gallery {
				position: relative;
			}
			#gallery li {
				list-style: none;
				float: left;
				width: 314px;
				height: 330px;
			}
			#gallery p {
				text-align: center;
				color: #cdcdcd;
			}
			#gal-panel {
			position:absolute;
				height: 100%;
				margin-top:-140px;
				margin-left:60px;
				overflow: hidden;
			}
			#gal-panel li {
				float: left;
				margin-right: 6px;
				list-style: none;
				cursor: pointer;
			}
			#gal-panel li.current {
				font-weight: bold; 
				color: red;
			}
#gal-wrap2 {
				position: relative;
			}
			#gal-panel2 {
			position:absolute;
				height: 100%;
				margin-top:-140px;
				margin-left:60px;
				overflow: hidden;
			}
			#gal-panel2 li {
				float: left;
				margin-right: 6px;
				list-style: none;
				cursor: pointer;
			}
			#gal-panel2 li.current {
				font-weight: bold; 
				color: red;
			}
#gal-wrap3 {
				position: relative;
			}
				#gal-panel3 {
			position:absolute;
				height: 100%;
				margin-top:-140px;
				margin-left:60px;
				overflow: hidden;
			}
			#gal-panel3 li {
				float: left;
				margin-right: 6px;
				list-style: none;
				cursor: pointer;
			}
			#gal-panel3 li.current {
				font-weight: bold; 
				color: red;
			}
#gal-wrap4 {
				position: relative;
			}
			#gal-panel4 {
			position:absolute;
				height: 100%;
				margin-top:-140px;
				margin-left:60px;
				overflow: hidden;
			}
			#gal-panel4 li {
				float: left;
				margin-right: 6px;
				list-style: none;
				cursor: pointer;
			}
			#gal-panel4 li.current {
				font-weight: bold; 
				color: red;
			}
#gal-wrap5 {
				position: relative;
			}
			#gallery5 {
				position: relative;
			}
			#gallery5 li {
				list-style: none;
				float: left;
				width: 1400px;
				height: 335px;
			}
			#gallery5 p {
				text-align: center;
				color: #cdcdcd;
			}
			#gal-panel5 {
			position:absolute;
				margin-top:-60px;
				margin-left:200px;
				overflow: hidden;
			}
			#gal-panel5 li {
				float: left;
				margin-right: 6px;
				list-style: none;
				cursor: pointer;
			}
			#gal-panel5 li.current {
				font-weight: bold; 
				color: red;
			}
#wrapper{
	width:100%;
	height: 360px;
	position: relative;
}
.imgList li{
	position: absolute;
	width:100%;
	height:100%;
}
.imgList li{display: none;}
  .imgList .imgOn{display: inline;}
 #prev,
  #next{
  	position: absolute;
  	top:160px;
  	z-index: 20;
  	cursor: pointer;
  	opacity: 0.5;
  	filter:alpha(opacity=50);
  	display: block;
}
#prev{
	left: 0px;
}
#next{
	right: 0px;
}
#prev:hover,
 #next:hover{
 	opacity: 0.8;
 	filter:alpha(opacity=40);
}
.indexList{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 30;
}
.indexList li{
	float: left;
	margin-right: 8px;
	padding: 2px 4px;
	border: 1px solid grey;;
	background: grey;
	cursor: pointer;
	display: block;
}
.indexList .indexOn{
	background: red;
	border: 1px solid red;;
	font-weight: bold;
	color: white;
}		