/* @override 
	http://localhost:8888/graham/css/gallery.css
	http://localhost:8888/gallery/css/gallery.css
*/

body {
	background-position: center;
	background-repeat: repeat-y;
}

.container#gallery {
	text-align: center;
	background-color: #000;
	width: 1000px;
	min-height: 100%;
}

#gallery #nav {
	width: 360px;
	height: 400px;
	text-align: left;
}

#gallery #picture {
	height: 530px;
	display: inline-block;
}

#gallery #loading {
	height: 530px;
	display: inline-block;
	width: 32px;
	background: url(../images/client_area/loading.gif) no-repeat center center;
}

#gallery #picture .image_view {
	position: relative;
	height: 530px;
}

#gallery #picture .image_view.portrait {
	left: 100px;
}

/* @group temp to force image sizes */

#slider li a img {
}

#picture .image_view.portrait .image img {
	height: 475px;
}

#picture .image_view.landscape .image img {
	width: 475px;
}



/* @end */

#gallery #picture .image_view .image {
	position: absolute;
	bottom: 27;
	left: 0;
}

#gallery #picture .image_view .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 145px;
	width: 585px;
}

#gallery #picture .image_view.landscape .overlay {
	width: 585px;

}

#gallery #picture .image_view.portrait .overlay {
	width: 470px
	/*background-image: url(../images/content_pages/property/image_accent_l.gif);*/
}

/* @group slider */

.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 150px;
	width: 900px;
	padding-top: 15px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
	background: url(../images/content_pages/slider_loading.gif) no-repeat 0 125px;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

.sliderGallery ul li a, .sliderGallery ul li a:hover, sliderGallery ul li a:active, sliderGallery ul li a:visited {
	text-decoration: none;
}

.sliderGallery * {
	text-decoration: none;
}

.slider_wrapper {
	position: relative;
	top: 110px;
	height: 17px;
	width: 900px;
	opacity: 0;
}

.slider {
	width: 866px;
	height: 17px;
	background: url(../images/content_pages/slider.png) no-repeat;
	position: relative;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 149px;
	top: 0;
	background: url(../images/content_pages/handle.png) no-repeat;
	z-index: 100;
}

.sliderbuttonright, .sliderbuttonleft {
	cursor: pointer;
}

/* @end

*/

/* @group description box */

#description_wrapper {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 0;
	overflow: visible;
	margin-top: 110px;
	z-index: -50;
	left: 0;
}

#description_border {
	width: 730px;
	background-color: rgba(255,255,255,0.3);
	z-index: 999;
	text-align: center;
	display: inline-block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#description_textpadding {
	width: 700px;
	background-color: #000;
	z-index: 1000;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 14px;
	text-align: left;
	color: #fff;
}

#description {
	position: relative;
	font-size: 13px;
	padding: 10px 15px 15px;
}

#description h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #fff;
}

#description_close {
	position: absolute;
	text-align: right;
	font-size: 12px;
	right: 5px;
	top: 5px;
}

/* @end */