@charset "UTF-8";
/* CSS Document */
#imageGallery {
	width:530px;
	margin:10px auto;
	padding:0;
	/* background-color:#CCC; */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:530px;
  height:330px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  /* background-color:#fff; */
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:530px;/* reduce by 20 pixels to avoid horizontal scroll */
  height:330px;
}


#slideshow #slidesContainer .slide .slideDetail {
  margin:0 auto;
  width:530px;/* reduce by 20 pixels to avoid horizontal scroll */
  height:330px;	
}

.slideDetail img {
	display:block;
	margin:0 auto;
}

/**
 * Slideshow controls style rules.
 */



#controlBar {
  display:block;
  width:530px;
  height:30px;
  margin:10px 0 0 0;
  text-indent:-10000px;
 /*position:relative;
   cursor: pointer;
  bottom:0;
  left:0;
  
  */
 /* background-color:#fff; */
}

.galleryitems {
	 display:block;
  /*
  width:306px;
  */
  margin:0 auto;
  padding:0;
  height:20px;
  text-indent:-10000px;
   
  background-color:#f2f2f2;
  		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.galleryNavItem {
	display:block;
	float:left;
	margin:5px 5px;
  width:10px;
  height:10px;
  text-indent:-10000px;
   cursor: pointer;
}
	
	
.activeItem {
	background:transparent url(/media/template/gallery-active.gif) no-repeat 0 0;
  background-position:center;
	
}

.inactiveItem {
  background:transparent url(/media/template/gallery-inactive.gif) no-repeat 0 0;
  background-position:center;	
}

