/* -- Content Area Sections ----------------------------------------------*/
/* Left width + padding + Right width + padding + border must quale 910. */
/* width left + width right = 856 */
#contentAreaLeft {
	overflow:hidden;
	margin-left:25px;
	float:left;
	width:205px; /* hangs ie6 > 205 see iebugs6.css */
	display:inline;  /* fix the IE6 double margin bug. */
	padding-right:55px;
	border-right:dotted 4px white;
}


#contentAreaRight {
	overflow:hidden;
	float:right;
	width:540px; 
	min-height:425px;  
	display:inline;  /* fix the IE6 double margin bug */
	border-left:none;
	padding-left:40px;
}

#contentAreaFull {
	overflow:auto;
}



/* Right Side */


#galleryNav {
		position:relative;	
}

p.prevImage {
	position:absolute;
	cursor:pointer;
}

p#imageCount {
	position:absolute;
	left:195px;
}


p.nextImage {
	position:absolute;
	left:425px;
	cursor:pointer;
}

img.galleryFullImage { 
	width:468px;
}

/* Left Side */

#localThumbs li h1{ font-size:12px;	margin:0px; text-transform:uppercase;font-weight:bold; clear:left; }
#localThumbs li p{ color:white;font-size:12px;	margin:0px; text-transform:uppercase;font-weight:bold;clear:left; }
		/* clear:left fixes opera bug */


/* local menu for Media */
#divThumbs {
	/* height:390px; */
	/*overflow:auto; */
}


#localThumbs{
	position:relative;
	padding:0px;
	margin:0px;
}

#localThumbs li {
	float:left; /* this fixes staircase bug in IE6 */
	width:180px;
	xheight:154px;
	padding:10px;
	margin-bottom:0px;
	
}

#localThumbs li a{
	text-align:center;
	float:left;


}
#localThumbs li img {
	width:180px;
	height:138px;
	border:2px solid black;
	margin-bottom:0px;
	cursor:pointer;
}

#localThumbs li img:hover {
	width:180px;
	height:138px;
	border:2px solid #df711c;
}
#xlocalThumbs li p {
	margin:0px;
	position:absolute;
	width:72px;
	height:100px;
	vertical-align:bottom;
	color:#df711c;
	
}
