﻿#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(/images/gallery/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:430px;
	text-align:center;
	overflow:hidden;
}

#slides{
	height:220px;
	width:430px;
	overflow:hidden;
}

#gallery .slide{
	float:left;
}

#gallery #menu{
	/* This is the container for the thumbnails */
	height:35px;
}

#gallery  ul{
	margin:0px;
	padding:0px;
}

#gallery li{
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}
#gallery li.inact:hover{
	background:url(/images/gallery/pic_bg.png) repeat;
}
#gallery li.act,li.act:hover{
	
	background:url(/images/gallery/active_bg.png) no-repeat;
}

#gallery li.act a{
	cursor:default;
}
#gallery .fbar{
	width:2px;
	background:url(/images/gallery/divider.png) no-repeat right;
}
/*
#gallery li a{
	display:block;
	background:url(/images/gallery/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}*/
#gallery li span{
	display:block;
	background:url(/images/gallery/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
	cursor:pointer;
}
#gallery a img{
	border:none;
}

.photo-meta-data
        {
            background: url(/images/gallery/transpBlack.png);
            height: 30px;
            width: 430px;
            margin-top: -30px;
            position: relative;
            z-index: 9999;
            color: white;
        }
        .photo-meta-data a{ color:White;}
