
/* Gallery Styles */
div#gallery, #galleryBox { position: relative; clear: both; width: 980px; }
div#gallery { height: 424px; }
#gallery img { position:absolute; top:0; left:0; display:none; border:none; }
#gallery div { z-index: 10; }
#gallery #next, #gallery #prev { position: absolute; top: 178px; cursor: pointer; width: 54px; height: 54px; display: block; }
#gallery #next { right:-75px; background: transparent top left no-repeat url(../images/right.jpg); }
.teen #gallery #next { right:0; background: transparent top left no-repeat url(../images/left.jpg); }
#gallery #prev { left:-60px; background: transparent top left no-repeat url(../images/left.jpg); }
.teen #gallery #prev { left:-50px; background: transparent top left no-repeat url(../images/left.jpg); }
#gallery div#caption { 
	width: 980px; 
	height:84px; 
	position: absolute; 
	top:287px; 
	bottom: 0; 
	left: 0; 
	padding:19px 0 0 0px;
	background: transparent top left repeat-x url(../images/shade.png); color:#fff; 		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, Tahoma; font-size:30px;
}
#gallery div#caption p{ 
	padding:0 0 0 24px;
}
#gallery div#caption span{ 
	padding:0 0 0 24px;
}
#gallery div#number { float: right; }
.small-font{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:13px;
}
