/* CSS Document
Edie Maney
Exhibitions Page CSS
© 2007 Edie Maney
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#content_main {
	position: relative;
	background: url(../images/exhibitions_16.jpg) top left no-repeat;
	}
	
div#content_main_solo {
	position: relative;
	background: url(../images/solo_18.jpg) top left no-repeat;
	}
	
div#content_main_awards {
	position: relative;
	background: url(../images/awards_18.jpg) top left no-repeat;
	}
	
div#content_main_upcoming {
	position: relative;
	background: url(../images/upcoming_18.jpg) top left no-repeat;
	}
	
div#exhibitionnav {
	position: absolute;
	width: 781px;
	height: 11px;
	top: 430px;
	left: 0;
	visibility: visible;
	}
	
div#exhibition2 {
	position: absolute;
	width: 781px;
	height: 203px;
	background: url(../images/exhibitions_22.jpg) top left no-repeat;
	top: 441px;
	left: 0;
	visibility: visible;
	}
	
/* Scroller */

#dsvContent1 {
	position: absolute;
	width: 270px;
	left: 0px;
	top: 0px;
	z-index: 0;
	clip: rect(   );
	visibility: visible;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	}
	
#dsvContent1 p {
	padding: 0 0 5px 0;
	}
	
div#dsvContent1 p.date {
	padding: 0 0 15px 0;
	}
	
div#dsvContainer {
	position: absolute;
	left: 390px;
	top:85px;
	width: 270px;
	height: 385px;
	clip: rect(0px,300px,470px,0px);
	overflow: hidden;
	z-index: 1;
	background-color: tranparent;
	}
	
div#dsvUp {
	position: absolute;
	left: 670px;
	top: 90px;
	z-index: 0;
	width: 17px;
	height: 18px;
	}

div#scrollWrapper {
	 position:relative;
	 }
