@charset "UTF-8";



.gallery {
	background: url(../../elements/skin/gallery-bg.gif) top left no-repeat;
	margin-bottom: 10px;
	width: 314px;
	margin: 30px auto 0 auto;
}
/* general settings for both scrollables */
.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
.navi {
	background-image:url(../../elements/skin/arrows-home.gif);
	width:34px;
	height:34px;
	margin-top: 13px;
	float:left;
	cursor: pointer;
}

.prev				{ margin-right: 7px; }
.next 				{ background-position: -34px 0; margin-left: 7px; }



.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	
	padding: 2px 0 2px 0;
	width: 232px;
	height: 61px;
	background: transparent;
	float: left;
}

#thumbnails .items div {
	float:left;	
}

#thumbnails .items div span {
	display: block;
	float: left;
	width: 53px;
	height: 53px;
	margin: 0 10px 0 10px;
	background: none;
	cursor: pointer;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 1px 1px 7px #000;
	-moz-box-shadow: 1px 1px 7px #000; /* For shadow effect to work in supported versions of Mozilla */
	-webkit-box-shadow: 1px 1px 7px #000; /* For shadow effect to work in supported versions of Safari */
}

/* overlay styling */
#box {
	background: transparent url(../../elements/skin/bg.gif) repeat left top;
	width:477px;
	height:538px;
	position:absolute;
	z-index: 100;
	display:none;
	top: 100px;
	box-shadow: 1px 1px 8px #000;
	-moz-box-shadow: 1px 1px 8px #000; /* For shadow effect to work in supported versions of Mozilla */
	-webkit-box-shadow: 1px 1px 8px #000; /* For shadow effect to work in supported versions of Safari */
	border: 4px solid #ffcd02;
	/*-----------*/
	/*left: 600px;*/
	/*-----------*/
}

#box .close {
	background: url(../../elements/skin/btn_close.gif) top left no-repeat;
	text-indent: -9999em;
	position: absolute;
	height: 16px;
	width: 16px;
	right: 19px;
	top: 19px;
	z-index: 1;
}
#box .title {
	height: 50px;
	width: 204px;
	line-height: 50px;
	/*background: url(../../elements/skin/photo-gallery.gif) top left no-repeat;*/
	color: #ffffff;
	font-size: 2.5em;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 141px;
}

/* overlay scrollable */
#image {	
	overflow:hidden;
	width:370px;
	height:370px;
	margin: 50px auto 0 auto;
	position: relative;
	z-index: 1;
}

/* single image */
#image div {
	width:370px;
	height:370px;
	padding: 0;
	margin: 0;
}


#image .info {
	background:#333;
	color:#fff;
	margin-top: -10px;
	height:78px;
	display:none;
	width:370px;
	padding: 0;
	overflow: hidden;
}
#image .info .content {
	background: none;
	color: #fff;
	width: auto;
	padding: 14px 40px 0 40px;
}
#image .info .content h6 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 4px;
	font-weight: bold;
}
.gallery-btn {
	display: block;
	width: 176px;
	height: 96px;
	margin: 10px 0 0 0;
	background: url(../../elements/skin/photogallery-ad.jpg) top left no-repeat;
	text-indent: -9999em;
}
