@charset "utf-8";


/* //////////////////////////////////////////



 -----------------------------------------
  galleriffic.css
 -----------------------------------------

////////////////////////////////////////// */
div.photo {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 100%;
	font-size:0;
	}
	
*:first-child+html div.photo{/*for IE7*/
	width: 100%;
}

div.photo img{
	width: 100%;
}

div.photo a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.photo a:focus, div.photo a:hover, div.photo a:active {
	text-decoration: underline;
}

div.slideshow-container {
	position: relative;
	clear: both;
	overflow: hidden;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/common_img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}
*:first-child+html div.loader{/*for IE7*/
	width: 100%;
}

div.slideshow {
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 100%;
	text-align: center;
}
*:first-child+html div.slideshow a.advance-link{/*for IE7*/
	width: 100%;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;	
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	width:100%;
	height:129px;
	border-top:solid 12px #FFFFFF;
	clear: both;
	margin-bottom:30px;
}

ul.thumbs li {
	height:130px;
	margin: 0 1px 0 0;
	list-style: none;
	float: left;
}

a.thumb {
	display: block;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}
