div.galleryWraper{
	padding-top: 1px;
	padding-bottom: 20px;
	position: relative;
}

div.galleryWraper h2{
	font-size: 1.5em;
}
ul.gallery{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 0;
}
ul.gallery li {
	position: absolute;
	top: 0;
	left: 0;
}
div.galleryPrev{
	background-image: url("../images/left_arrow.png");
	cursor: pointer;
	height: 65px;
	overflow: hidden;
	position: absolute;
	text-indent: -99px;
	width: 55px;
}
div.galleryNext{
	background-image: url("../images/right_arrow.png");
	cursor: pointer;
	height: 65px;
	overflow: hidden;
	position: absolute;
	text-indent: -99px;
	width: 55px;
}

/*
div.galleryWraper div.caption{
	bottom: 2px;
	left:2px;
	color: white;
	height: 10%;
	position: absolute;
	width: 429px;
	z-index: 2;
}
*/
div.shadedContainerPop div.controlNav {
	margin:9px 0 0;
}
a.controlNavItem {
	margin:0 5px 0 0;
}
a.enlargeLink{
	bottom: 20%;
	position: absolute;
	right: 2%;
	z-index: 2;
}
div.controlNav{
	position: absolute;
	right: 0;
}
div.controlNav{
	background-color: #000;
	margin-top: 5px; 
}
div.controlNav a {
	margin:0 5px 0 0;
	color: #FFF;
}
h2.header {
	color:#00B1E9;
}

/* Begin styles for caption on regular sized gallery */
div.captionBody {
	background: url('../images/captionBg.png') repeat left top;
	bottom: 7px;
	left: 2px;
	position: absolute;
}
div.captionCont {
	width: auto;
	margin: 0 5px;
	line-height: 1.3em;
}
div.capLeftCorn {
	background: url('../images/captionBgCorners.png') no-repeat -5px bottom;
	bottom: 2px;
	height: 5px;
	left: 2px;
	position: absolute;
}
div.capRightCorn {
	background: url('../images/captionBgCorners.png') no-repeat 424px bottom;
	height: 5px;
	padding: 0 5px;
	width: auto;
}
div.capMiddle {
	background:url('../images/captionBg.png') repeat left top;
	height:5px;
	width:auto;
}

div.shadedContainerPop div.capRightCorn {
	background-position:605px bottom;
}
div.shadedContainerPop div.controlNav {
	margin:9px 0 0;
}

/* End styles for large sized gallery */