@charset "utf-8";
/* CSS Document */

div.gallery {
	width: 100%;
	float: left;
	padding-left: 0;
	margin-bottom: 15px;
}


div.gallery div.tbRow {
	overflow: hidden;
	padding-left: 25px;
	margin-top: 15px;
}

div.gallery h1 {
	color: #000;
}

div.gallery div.tbRow div.tb {
	float: left;
	width: 122px;
	height: auto;
	overflow: hidden;
/*	background-color: #fff; */

	margin-right: 32px;
	margin-bottom: 7px;
}

div.gallery div.tbRow div.tb a {
	display: block;
	height: auto;
	float: left;
	padding: 4px;
	background-color: #ddd;
	border: 1px solid #fff;
}

div.gallery div.tbRow div.tb a:hover {
	border-color: #ddd;
	background-color: #fff;
}

div.gallery div.tbRow div.tb img {
	width: 110px;
	height: auto;
	margin: 0;
	border: 1px solid #fff;
	float: left;
}

div.gallery div.tbRow div.selected a{
	display: block;
	height: auto;
	float: left;
}

div.gallery div.tbRow div.selected a img {


}

div.gallery div.tbRow div.selected ul {

}

div.gallery div.tbRow div.tb ul {
	float: left;
	margin: 0;
	margin-left: 0px;
/*	position: absolute; */
	margin-top: -24px;
	width: 120px;
	height: 25px;
	background-image: url(../img/bgTrans.png);
	background-repeat: repeat;
	padding: 0px;
	padding-left: 3px;

}

div.gallery div.tbRow div.tb ul li {
	list-style: none;
	margin-bottom: 0px;
	display: inline;
	padding-left: 5px;
	float: left;
}

div.gallery div.tbRow div.tb ul li a {
	background: none;
	border: none;
	padding: 2px;
}

div.gallery div.tbRow div.tb ul li img {
/*	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1;} */
	border: none;
	
}

div.gallery div.tbRow div.tb ul li div.desc {
	font-size: 11px;
	line-height: normal;
	color: #fff;
	position: absolute;
	background-color: #123f73;
	padding: 10px;
	margin-top: 15px;
	display: block;
	border: none;
	width: 300px;
}

div.gallery div.tbRow div.tb ul li img {
	width: auto;
	border: none;
}

div.gallery div.enlarged {
	width: 722px;
	text-align: center;
	overflow: hidden;	
}

div.gallery div.enlarged img {
	width: 490px;
	border-bottom: 5px solid #b7161a;
	border-top: 5px solid #b7161a;
}

div.gallery div.descBg {
	position: absolute;
	z-index: 1;
	padding: 5px;
	height: auto;
	width: 480px;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

div.gallery div.desc {
	background-color: #123f73;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7; 
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	padding: 5px;
	padding-left: 10px;
	height: auto;
	width: 475px;
	line-height: normal;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

div.gallery div.desc div.descText {
	float: left;
	line-height: normal;
	padding-bottom: 5px;
}

div.gallery div.desc div.descHide {
	height: 7px;
	float: left;
	width: 480px;
	background-image: url(../img/icoHide.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #707071;
}

div.galleryLast {
	background-color: #F0F0F0;
	border: 1px solid #dbdbdb;
	border-left: none;
	width: 377px;
	float: left;
	padding-left: 8px;
	margin-top: 5px;
	padding-bottom: 10px;
}

div.galleryLast h2 {
	color: #2677ac;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.galleryLast div.photo {
	width: 368px;
	float: left;
	height: auto;
	overflow: hidden;
}

div.galleryLast div.photo img {
	width: 368px;
	height: auto;
}

div.galleryLast div.photoTitleBg {
	background-color: #000;
	height: 20px;
	width: 368px;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity: 0.7;
	z-index: 2;
	position: absolute;
}

div.galleryLast div.photoTitle {
	color: #fff;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	z-index: 3;
	width: 348px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
	position: absolute;
	overflow: hidden;
}

div.galleryLast div.photoDescBg {
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	margin-top: -70px;
	height: 70px;
	width: 368px;
	z-index: 4;
}

div.galleryLast div.photoDesc {
	color: #fff;
	position: absolute;	
	height: 50px;
	width: 348px;
	z-index: 5;
	margin-top: -60px;
	margin-left: 10px;
	overflow: hidden;
	line-height: normal;
	text-align: justify;
}