/* ======================================================================================== *
| NAVIGATION CSS FILE :: For JOHNSTON ARCHITECTURE & DESIGN site wide						|
| css/gallery.css																			|
| 																							|
| PROJECT :: www.johnstonarchitecture.co.uk v1.4											|
| Copyright (C) 2008, QUERIDODESIGN, Switzerland											|
+ =========================================================================================	+
| Author: Julian Querido + Nathan Querido													|
* ========================================================================================= */

/* @group GALLERY ========================================================================= */

#gallery {
	position: relative;
	margin-left: 201px;
}

	/* @group Gallery Control ============================================================= */

	#gallery_control ul {
		list-style: none;
		text-transform: capitalize;
		margin: 0;
	}
		
	#gallery_control ul.main {
		float: left;
		width: 200px;
		display: block;
		text-align: right;
		margin-top: -6px;
		font-weight: bold;
	}
	
	#gallery_control li.main {
		padding: 0px 20px 0 0;
	}
	
	#gallery_control li.main a {
		color: #5B5A58;
		display: block;
		line-height: 22px;
		padding-right: 12px;
		background: url(../images/nav/dot_hover.png) right 8px no-repeat;
		font-size: 11px;
	}
	
	#gallery_control li.main a:hover, #gallery_control li.main a.active { 
		background-image: url(../images/nav/dot_active.png);
		color: #666;
	}
	
	#gallery_control li.main ul.sub li { 
		background: none;
		/*line-height: 18px;*/
		height: 18px;
	}
	
	#gallery_control li.main ul.sub li a {
		color: #919191;	
		background: none;
		line-height: 20px;
		padding-right: 0;
		font-weight: normal;
		font-size: 11px;
	}
	
	#gallery_control li.main ul.sub li a:hover, #gallery_control li.main ul.sub li a.active {
		color: #09169B;
		background: none;
	}

	/* @end ******************************************************************************* */
	
	/* @group Gallery Top ================================================================= */

	#gallery_top {
		position: relative;
		width: 680px;
		height: 430px;
	}
	
	#gallery_image {
		padding: 0;
		border: solid 1px #999;
	}
	
	#gallery_image div {
		top: 1px;
		left: 1px;
		padding: 0;
		position: absolute;
		background: #FFF no-repeat center center;
	}
	
	#gallery_image_prev, #gallery_image_next, #gallery_loading {
		width: 25%;
		height: 100%;
		z-index: 100;
		display: block;
		position: absolute;
		background: no-repeat center center;
	}
	
	#gallery_image_prev, #gallery_image_next {
		cursor: pointer;
	}
	
	#gallery_image_prev {
		left: 0px;
		background-image: url(../images/nav/prev.png);
		_background-image:url(../images/nav/prev.gif); /*For IE 6*/
	}
	
	/*For IE 6*/
	* html #gallery_image_prev {
		left: 0px; 
		height: 450px;
		position: absolute;
	}
	
	#gallery_image_next {
		right: 0px; 
		background-image:url(../images/nav/next.png);
		_background-image:url(../images/nav/next.gif); /*For IE 6*/
	}
	
	/*For IE 6*/
	* html #gallery_image_next {
		right: 0px; 
		height: 450px;
		position: absolute;
	}
	
	#gallery_loading { 
		left: 37%; 
		background-image:url(../images/nav/spinner_bg.png);
	}
	
	/*For IE 6*/
	* html #gallery_loading { 
		left: 37%; 
		background-image:url(../images/nav/spinner_bg.gif);
		height: 450px;
		position: absolute;
	}
	
	#gallery_loading span {
		width: 100%;
		height: 100%;
		display: block;
		background: url(../images/nav/spinner.gif) no-repeat center center;
	}

	/* @end ******************************************************************************* */
	
	/* @group Captions & buttons ========================================================== */

	#gallery_middle {
		height: 0px;
		width: 660px;
		font-size: 11px;
		padding: 2px 10px 3px 10px;
		margin: 0;
		letter-spacing: 1px;
		text-transform: capitalize;
		white-space: nowrap;
		text-align: right;
	}

/* @group My Group */



/* @end */
	
	#gallery_caption, #gallery_play {
		color: #999;
		height: 5px;
		padding: 0px 0px;
		margin: 0 -10px 0 10px;
	}
	
	/*#gallery_play {
		width: 18px;
		cursor: pointer;	
		background: url(../images/nav/play_pause.png) no-repeat left center;
		float: right;
	}*/
	
	/*#gallery_play:hover {
		cursor: pointer;	
		background: url(../images/nav/play_pause.png) no-repeat -18px center;
	}*/
	
	/*#gallery_play.pause {
		background: url(../images/nav/play_pause.png) no-repeat -36px center; 
	}*/
	
	/*#gallery_play.pause:hover {
		background: url(../images/nav/play_pause.png) no-repeat -54px center; 
	}*/

	/* @end ******************************************************************************* */
	
	/* @group Gallery thumbs ============================================================== */
	
	#gallery_bottom {
		width: 707px;
		background: url(../images/nav/thumb_bg.gif) left top no-repeat;
		float: left;
		height: 70px;
		_margin-top: -29px; /* IE 6 hack */
	}
	
	#gallery_bottom a {
		width: 25px;
		height: 70px;
		display: block;
		margin: 0;
	}
	
	#gallery_thumbs_prev, #gallery_thumbs_next {
		width: 12px;
		height: 12px;
		background: #FFF no-repeat right 50%;
	}
	
	#gallery_thumbs_prev {
		float: left; 
		background-image: url(../images/nav/thumbs_prev.png);
		position: absolute;
		left: -27px;
	}
	
	#gallery_thumbs_next {
		width: 12px;
		height: 12px;
		float: right; 
		background: #FFF url(../images/nav/thumbs_next.png) -1px 50% no-repeat;
	}
	
	#gallery_thumbs {
		width: 679px;
		height: 70px;
		overflow: hidden;
		position: absolute;
		left: 0px;
	}
		
	#gallery_thumbs div { 
		position: absolute; 
	}
	
	#gallery_thumbs ul {
		list-style: none;
		position: absolute;
	}
	
	#gallery_thumbs li {
		float: left;
		width: 108px;
		cursor: pointer;
		margin-right: 5px;
		_margin-right: 4px; /* IE 6 hack */
		background: #CCC;
		border-right: 1px solid #FFF;
	/*	border-bottom: 1px solid #999;
	*/}
	
	#gallery_thumbs li span {
		color: #333;
		display:block;
		font-size: 11px;
		margin: 5px 0px;
		padding-left: 3px;
		/*border-left: 1px solid #999;*/
	}
	
	#gallery_thumbs li.active span {
		color: #C00;
		border-color: #000;
	}
	
	#gallery_thumbs li img {
		border: 1px solid #999;
		height: 68px;
		text-align: center;
		width: 107px;
	}
	
	#gallery_thumbs li.active img {
		border-color: #09169B;
	}
	
	/* @end ******************************************************************************* */
	
/* @end *********************************************************************************** */