#control
{
     width:658px;
     height:82px;
     border:1px solid #aaa;
     margin: 5px auto 0 auto;
}

.controlbutton
{
     width:40px;
     height:82px;
     float: left;
     border: none;
}

#container 
{
     position: relative; 
     width:578px;
     height:82px;
     overflow:hidden;
     float: left;
}

#displayContainer
{
     width:640px;
     height:490px;
     border:1px solid #aaa;
     padding: 9px 9px 9px 9px;
     margin: 5px auto 0 auto;
}

#imageView
{
     text-align: center;
     line-height: 480px;
     padding-top: 10px;
     position:relative;
     width:640px;
     height:480px;
}

#largeImage
{
  visibility:hidden;
/*  vertical-align: middle;*/
}

#imageView_cover
{
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 480px;
  background-color: transparent;
  z-order: 20;
}

#imageView_cover img
{
  width: 640px;
  height: 480px;
}

.gallery_title
{
	 width:658px;
	 height:1em;
	 line-height:1em;
	 font-size:0.9em;
	 font-weight: bold;
   margin: 0px auto 0 auto;
}

.image_title
{
  position: absolute;
  top:-9px;
  left:0px;
  width: 640px;
  height: 19px;
  background-color: transparent;
  line-height:19px;
}

#divScroll 
{
     position:absolute;
     left:248px;
     top:0px;
     height:82px;
}

.imageHolder 
{
  position: relative;
  width: 62px;
  height: 82px;
  float: left;
} 

.imageHolder img 
{
  position: relative;
  border:1px solid #111;
  width: 60px;
  height: 60px;
  top: 10px;
}

.hotImage 
{
  position: relative;
  width: 72px;
  height: 82px;
  float: left;
} 

.hotImage img
{
  position: relative;
  border:1px solid #111;
  width: 70px;
  height: 70px;
  top: 5px;
}

.selectedImage 
{
  position: relative;
  width: 82px;
  height: 82px;
  float: left;
} 

.selectedImage img
{
  position: relative;
  border:1px solid #111;
  width: 80px;
  height: 80px;
  top: 0px;
}

.gallery_con 
{
  width : 650px;
  height:450px;
  overflow: hidden;
  background: #111;
  margin: 1em auto auto auto;
  border: 1px solid #aaa;
}

.gallery_con div
{
  overflow: hidden;
  text-overflow:ellipsis;
  color: #aaa;
}

.gallery_item_con 
{
  display:block;
  float: left;
  width: 200px;
  height: 200px;
  padding: 0.2em;
  margin: 0.1em;
  background: #111;
  text-align: center;
}

.gallery_item_con img
{
  display:block;
  text-align: center;
	margin: auto auto auto auto;
}

.gallery_item_con a
{
  display: block;
}

.gallery_item_con:hover 
{
  background: #222;
}

.gallery_nav
{
	height:1em;
	width:100%;
	z-index:10;
	text-align: center;
	margin-top: 0.5em;
}

.prev_gallery
{
	float: left;
	width: 30%;
	text-align:left;
}

.next_gallery
{
	float: right;
	width: 30%;
	text-align:right;
}