/* GALLERY */

#gallery {
	margin-top:2px;
	height:auto !important;

	float:left;
	position:relative;
	margin-bottom:20px !important;
	margin-bottom:15px;
}

.missing-flash {
	font-weight:bold;
	font-size:14px;
}

/** IE6 issues, including the byline for now as a minimum **/

.ie6-image-info a {
	text-decoration:underline;
}

.ie6-image-info {
	float:right;
	margin-top:-3px;
	font-size:10px;
	text-align:right;
}
/* */

#gallery .image-detail-hover {
	float:left;
	background-color:#ffffff;
	position:absolute;
	-moz-opacity: 0.6;
    opacity: .60;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
    filter: alpha(opacity=60);
}

#gallery .zoom-text {
	float:left;
	margin-left:3px;
	font-weight:bold;
}

#gallery a {
	color:#4E2513;;
}

#gallery .image-detail-info {
	float:left;
	display:none;
}	

#gallery .image-zoom {
	float:left;
	width:8px;
	height:11px;
	margin-top:3px;
	left:2px;
	margin-right:2px;
	position:relative;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
}

#gallery-thumbs {
	float:left;
	z-index:1;
	height:294px!important;
	height:298px;
	overflow:hidden;
}

#gallery-thumbs img {
	border:1px solid #e7e4db; 
}

#thumbs-wrapper{
	position:absolute;
	float:left;
	overflow:hidden;
}

#thumbs-wrapper .gallery-image {
	position:relative;
	float:left;
}

#items {
	padding:0;
	margin:0;
	float:left;
	margin-top:1px;
}

#items li {
	list-style-type:none;
	float:left;
	margin-left:2px;
}

#gallery-down, #gallery-up {
	position:absolute;
	float:left;
	z-index:2;
	width:40px;
	height:15px;
	cursor:pointer;
}

#thumbs-wrapper .gallery-image .playbtn{
	position:absolute;
	top:30px;
	left:30px;
	width:33px;
	height:33px;
	z-index:5;
	border:0;
}

#gallery-down{
	margin-left:28px;
	margin-top:300px !important;
	margin-top:302px;
	background-image:url(../images/gallery-arrows.gif);
	background-position:0 -15px;
	background-repeat:no-repeat;
}

#gallery-up{
	margin-left:28px;
	margin-top:-20px !important;
	background-image:url(../images/gallery-arrows.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
}

.gallery-zoom{
	color:#666666;
}

#gallery-divider {
	float:left;
	width:5px;
}

#gallery-img{
	float:left;
	max-height:600px;
	margin-top:1px;
}

.owner-name {
	font-size:10px;
	margin-top:1px;
	text-align:right;
}

.owner-name a {
	color:black;
	text-decoration:underline;
}

.gallery-comment{
	float:left;
	width:430px;
	text-align:left;
	margin-top:1px;
	margin-left:4px;
	overflow:hidden;
	height:40px;
}

.gallery-comment p{
	font-size:10px;
	color:#777676;
	margin:0 !important;
	font-size:11px !important;
	line-height:13px !important;
}

#gallery img{
	border: 1px solid #E7E4DB;
	padding:1px;
}


.mb img {
	border:0;
	padding:0;
}


#gallery-img a:hover {
	color:#333333;
}

#gallery-img .zoom-image {
	margin-top:0px;
	float:left;
}

#gallery-img .gallery-zoom {
	float:left;
	cursor:pointer;
	margin-top:3px;
	margin-left:-2px;
	color:#333333;
	
}

