
/* define background image for the expose mask */
#mask {
	background:#123 url(../images/mask_gradient_1800.png) no-repeat;
	background:#000;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}
#thumbnails div.items {
	height:140px;
}
/* next/prev buttons */
div.navi {
	background-image:url(../images/hori_large2.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

div.navi:hover  		{ background-position:-30px 0; }
div.navi:active  		{ background-position:-60px 0; }
div.nextPage 			{ background-position: 0 -30px; clear:right; }
div.nextPage:hover 	{ background-position:-30px -30px; }
div.nextPage:active 	{ background-position:-60px -30px; } 
div#next-small 			{ background-position: 0 -30px; clear:right; }
div#next-small:hover 	{ background-position:-30px -30px; }
div#next-small:active 	{ background-position:-60px -30px; } 

div.navi.disabled {
	visibility:hidden;		
}

.small-scroll{
 position: relative;
 width:672px;
 float: left;
}
#box .small-scroll div.navi{
	background-image:url(../images/hori_large.png);	
	position: relative !important;
	top:0px;
	left:0px;
}
#box .small-scroll img {
    /*
     background: #fff;
     padding: 3px;
     */
}
.small-scroll  .reflected, .small-scroll  #thumbnails img{
	width: 94px !important;
	display: block;	
	float: left;
	padding: 14px;
	background: url(../images/img-sha.jpg) no-repeat bottom center ;
	padding-bottom: 49px;
} 
/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 602px;	
	height:140px;
	/*background:#222 url(../images/h150.png) repeat-x;*/
	margin:0px 0px 0 10px;
/*
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
*/
}
#thumbnails img, #thumbnails canvas{
	width: 94px;
	display: block;
}
#thumbnails div.items div {
	padding:5px;
	float:left;		
}

.small-scroll #thumbnails div.items div{
	padding: 14px;
}
/* box styling */
#box {
	background-image:url(../images/black.png) !important;
	width:672px;
	height:680px;
	position:absolute;
	display:none;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box .close {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:27px;
	width:110px;
	text-decoration:none;
}

/* overlay scrollable */
#images {	
	position:relative;
	overflow:hidden;
	margin:50px 15px 0px;
	width:640px;
	height:450px;	
}

/* single image */
#images div.items div {
	float:left;
	width:640px;
	height:400px;
	margin-right:5px;
}
#images div.items div img{
	max-width: 640px;
}
/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-137px;
	padding:5px 20px;
	height:125px;
	display: none;
	width:600px;
/*
	margin: 0 30px;
*/

/*
	bottom: 0px !important;
	top: none !important;
*/

}

#images div.items div.info h3 {
	color:#fff;
	font-size: 24px;
	margin-top:10px;
}
#images div.items div.info p {
	color:#fff;
	font-size: 14px;
}	

/* override button style on the overlay */
div.navi {
	position:absolute;
	top:200px;
	left:15px;
}

div.nextPage {
	left:626px;
}
.small-scroll #box div#next-small {
	float: right;
}
#gallery-album-wrapper{
	position: relative;
	float: left;
	display: block;
	height: auto;
	width: 740px;
	margin:40px 0 30px;
	text-align:center;	
}
#gallery{
	margin: 0px auto;
}
#gallery .gallery-items{
	float: left;
	margin: 0 20px 20px;
}
#gallery .gallery-items img{
	max-width: 191px;
	border:8px solid #FFFFFF;
	cursor:pointer;	
}
#gallery img{

}
#gallery .gallery-items-info{
	background: url(../images/gallery-shadow.png) no-repeat top left;
	height: 100px;
	width: 179px;
	padding: 16px 14px 0 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery .gallery-items-info h3{
	font-size: 15px;
	color: #ADADAD;
}
#gallery .gallery-items-info p{
	font-size: 11px;
	color: #ADADAD;
}
#gallery .gallery-items:hover  h3, #gallery .gallery-items:hover p{
	color: #fff;
}
 .social-links{
	background: url(images/social-links-bg.jpg) no-repeat top left;
	text-align: right;
	padding: 0px 0px 0px 290px;
/*
	position: absolute;
	top: 820px;
	z-index: 9998;
	right: 100px;
*/ clear: both;
}
 .social-links span{
	margin: 5px;
	color: #fff;
	font-size: 14px;
	float: left;
	vertical-align: top;
	line-height: 16px;
	height: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.social-links a{
	margin: 5px 10px;
	color: #fff;	
	float: left;	
	vertical-align: top;	
	font-size: 14px;
	line-height: 16px;
	height: 16px;	
}
.social-links img{
	float: left;
	border: 0;
	padding: 0px;
	background: none;
}
.social-links a span{
	margin-top: 0px;
}

#tooltip {
        display: none;
        background: url(../images/black_arrow.png);
        font-size: 12px;
        height: 70px;
        width: 160px;
        padding: 25px;
		text-align: center;
        color: #fff;
}


.tooltip {
        display: none;
        background: url(../images/black_arrow.png);
        font-size: 12px;
        height: 70px;
        width: 160px;
        padding: 25px;
		text-align: center;
        color: #fff;
}







 
