@charset "UTF-8";

a img {
	border:0px;
}
/****************************************************************/
/*						#yGalBox								*/
/****************************************************************/

#yGalOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#yGalBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#yGalBox a img { border: none; }
#yGalBox_c {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#yGalBox_img_container { padding: 10px; }
#yGalBox_loader {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

/****************************************************************/
/*						#YG THUMBS								*/
/****************************************************************/
#yg_thumbs {
width:100%;
text-align:center;
/* display:none; */
height:600px;
position:relative;
}
#yg_thumbs .thumbsNav {
	margin:0px auto;
	width:264px;
}
.thumbsWrapper {
	position:relative;
	/* height:140px; */
	/* height: 230px; */
	height: 385px;
	margin:0px auto;
	width:264px;
}
.thumbsWrapper ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
}
.thumbsWrapper ul li {
	float:left;
	margin:2px;
	border:1px solid #EEE;
}
.thumbsWrapper ul li.active {
	border:1px solid #555;
}

.thumbsWrapper ul li a {
	outline:none;
	display:block;
}

.thumbsWrapper ul li a img {
	border:0;
	display:block;
}
.thumbsWrapper ul li .caption {
	/* display:none; */
}

.thumbsNav a {
opacity:0.4;
display:none;
} 

.thumbsNav a:hover {
	opacity:0.8;
}

.thumbsNav .thumbsPrevious {
	float:left;
}
.thumbsNav .thumbsNext {
	float:right;
}


/****************************************************************/
/*						#YG SLIDE								*/
/****************************************************************/

#yg_slide {
display:none;
position:relative;
height:640px;
width:480px;
margin:0px auto;
}
.slideWrapper {
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
}

a.navSlideshow.pause {
	display:none;
}


/****************************************************************/
/*						#YG CAPTION								*/
/****************************************************************/

#yg_caption {
	text-align:left;
	/* display:none; */
	position:relative;
	/* margin:0px auto; */
	width:310px;
	margin-top:10px;
}

#yg_caption .caption_title {
	padding:10px;
	padding-left:50px;
	font-weight:bold;
	font-size:16px;
	color:#333;
}

#yg_caption .caption_description {
	padding-left:50px;
	text-align:left;
	font-size:12px;
}

/****************************************************************/
/*						#YG NAVIGATION							*/
/****************************************************************/
#yg_navigation {
text-align:center;
padding:3px;
}
#yg_navigation a {
	margin-right:5px;
	margin-left:5px;
}
#yg_navigation a img {
	opacity:0.5;
}

#yg_navigation a img:hover { opacity:0.7;}
/****************************************************************/
/*						.YLOADER								*/
/****************************************************************/
.yloader {
	position:absolute;
	top:50%;
	left:50%;
	width:32px;
	height:32px;
	margin-left:-16px;
	margin-top:-16px;
	display:none;
}

