@charset "utf-8";

/* import global style definitions */

@import url("/_include/styles/_global.css");

@media screen {

	/* altering to inherited global style definitions */
	
	#page-content .thumbnails {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	#page-content .thumbnails ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		cursor: pointer;
		float: left;
	}

	#page-content .thumbnails ul li {
		width: 150px;
		height: 150px;
		margin: 0px;
		padding: 0px;
		position: relative;
		overflow: hidden;
		text-align: left;
		float: left;
	}

	#page-content .thumbnails ul li a {
		background-image: url(/_design/photo-galleries/thumbnail-bg-hover.jpg);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-top: 5px;
		float: left;
		width: 150px;
		height: 150px;
		text-decoration: none;
	}

	#page-content .thumbnails ul li a:hover {
		background-image: url(/_design/photo-galleries/thumbnail-bg.jpg);
	}
	
	
	#page-content .thumbnails span {
		width: 130px;
		height: 30px;
		position: absolute;
		z-index: 1;
		line-height: normal;
		cursor: pointer;
		overflow: hidden;
		display: block;
		float: left;
	}

	#page-content .thumbnails span strong {
		margin: 7px 0px 3px 0px;
		padding: 0px 2px 6px 32px;
		background: url(/_design/photo-galleries/thumbnail-strong-arrow.jpg) no-repeat scroll 16px 2px;
		font-weight: normal;
		font-size: 10px;
		line-height: 11px;
		text-decoration: underline;
		overflow: hidden;
		display: block;
		float: left;
	}

	#page-content .thumbnails ul li a:hover strong {
		
	}
	
	#page-content .thumbnails ul li a img {
		margin: 40px 13px 0px 17px;
		width:115px;
		height:85px;
		border: none;
	}
	

}

@media print {

	
}
.
