@charset "utf-8";
/* CSS Document */

.photo {

height:170px;
margin:10px;
position:relative;
width:253px;
}

.sample5 span {
	background:transparent url(images/frame_smaller1.png) no-repeat scroll 0 0;
	display:block;
	height:194px;
	left:-12px;
	position:absolute;
	top:-11px;
	width:277px;
}

.photo6 {
	height:250px;
	margin:10px;
	position:relative;
	width:370px;
}

.sample6 span {
	display:block;
	height:270px;
	left:-12px;
	position:absolute;
	top:-11px;
	width:395px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/gallery_frame.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
body {
	background-color: #DCCEB3;
}
#galleryContainer #top {
	height: 184px;
	padding-left: 160px;
	padding-top: 40px;
	position: relative;
	padding-bottom: 29px;
}
#galleryContainer #middle {
	height: 67px;
	margin-left: 144px;
	margin-top: 0px;
	margin-right: 2px;
	position: relative;
}

/*</style>*/
/*<style type="text/css">*/
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width: 310px;
	height:67px;
} 
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {
	/* this cannot be too large */ 
    width:20000em;
	position:absolute;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: left center;
	height: 67px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: -10px;
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div {
	float:left;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: none;
	background-repeat: no-repeat;
	padding-right: 5px;
} 
 
/* you may want to setup some decorations to active item */ 
/*div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}*/
.photo span {
	behavior: url(iepngfix.htc);
	}
#galleryContainer {
	height: 373px;
	position: relative;
}
#maingalleryContainer #top {
	height: 270px;
	margin-top: 0px;
	margin-left: 281px;
	margin-bottom: 12px;
	padding-top: 12px;
}
#maingalleryContainer {
	height: 373px;
	width: 960px;
}
#maincontainerGallery #bottom {
	height: 79px;
}
#maingalleryContainer #bottom {
	height: 69px;
	margin-left: 315px;
	padding-top: 5px;
}

.bottomLinks a {
    font-family: Arial, Verdana, sans-serif;
	color: #9e7e54;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.bottomLinks a:visited {
	text-decoration: none;
}
.bottomLinks a:hover {
	color: #900507;
	text-decoration: none;	
}

.bottomLinks a:active {
	text-decoration: none;
}

.pageLinks a {
    font-family: Arial, Verdana, sans-serif;
	color: #9e7e54;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.pageLinks a:visited {
	text-decoration: none;
}
.pageLinks a:hover {
	color: #900507;
	text-decoration: none;	
}

.pageLinks a:active {
	text-decoration: none;
}
.contentHeader {
	font-size: 16px;
	font-weight: bold;
	color: #900507;
}
.directionstext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC99;
	line-height: 12px;
}
