/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#work { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery {
	/*background: #ddd; border: 1px solid #aaa; padding: 5px;
	*/
	}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 15px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {
	/*border: 1px solid red; */
	 }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { /*border-color: #000; */}

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	/*border-color: #000;*/
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
/*
.frame{
	margin:5px 0px !important;
}
*/
.strip_wrapper{
	height:170px !important;
}


.panel,#gallery{
	height:447px !important;
	width:540px !important;
}
.panel img{
	height:447px !important;
	width:540px !important;
	left:0px !important;
}
.nav-next{
  left:634px !important;
  top:170px !important;
  position:absolute;
  cursor:pointer;
  height:11px;
  width:15px;

}
.nav-prev{
  left:634px !important;
  top:-19px !important;
  position:absolute;
  cursor:pointer;
  height:11px;
  width:15px;

}
.front .next,.front .prev,.front .play,.front .pause{
		display:none;
}
.next{
  left:116px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  height:15px;
  width:16px;
}
/*
.not-front .next{
  left:95px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  height:15px;
  width:16px;
}*/
.prev{
  left:30px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  height:15px;
  width:16px;

}/*
.not-front .prev{
  left:0px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  height:15px;
  width:16px;

}*/
.play{
  left:92px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  height:15px;
  width:9px;
}/*
.not-front .play{
  left:65px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  
}*/
.pause{
  left:64px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
  height:15px;
  width:9px;
}/*
.not-front .pause{
  left:34px !important;
  top:-22px !important;
  position:absolute;
  cursor:pointer;
}*/
#first_icon{
  top:-3px;
  position:absolute;
}
.slideshow-buttons #first_icon{
		top:19px;
}
#next_icon{
	position:absolute;
	top:-2px;
	left:150px;
}
.slideshow-buttons #next_icon{
		top:19px;
}

#gallary_icon{
	left:575px;
position:relative;
top:-250px;
width:100px;
}
#gallary_icon a.gallery{
	background:url(img/gallery.jpg) no-repeat left center;
	padding-left:35px;
	padding-top:10px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:28px;
}
#lightboxFrame #logo{
	display:none;
}
.pointer,.none,.none img{
	display:none;
}
.strip_wrapper{
	position:relative !important;
	left:570px !important;
}
.not-front .strip_wrapper{
	position:relative !important;
	left:555px !important;
}
#gallery_wrap{
	height:450px !important;
}