/*   The pagination elements */
#number_results_nav {
	border:0px solid #FFF;
	width: 100%;
	margin: 20px auto;
	padding:0px;
	text-align:center;
}
#number_results_nav ul {
	margin: 5px auto;
	padding: 0px;
	width:100%;
	border:0px solid #FFF;
}
#number_results_nav li {
        display: inline;
        list-style-type: none;
        padding-right: 6px;
}
#number_results_nav li a {
	display:inline-block;
	margin: 1px;
	padding: 2px 5px;
	border: 1px solid #000;
}

#number_results_nav li a.current {
	background-color: #e2d7c7;
}
#number_results_nav li a.nonactive {
	background-color:transparent;
	border: 1px solid #dcd5c6;
	color: #dcd5c6;
}
#number_results_nav li a.nonactive:hover {
      cursor:default;
}



/*  End of pagination elements */


/* Results elements */
#results_pic {

}

/***********************content scrolls*************************/
#divCont {
	position:relative;
	top:0px;
	width:500px;
	height:235px;
	scrollbar-arrow-color: #e7edee;
	scrollbar-face-color: #84929b;
	scrollbar-track-color: #d5e7f3;
	scrollbar-3dlight-color: #2d3235;
	scrollbar-highlight-color: #acc3b8;
	scrollbar-darkshadow-color: #2d3235;
	scrollbar-shadow-color: #394557;
	padding-bottom: 0px;
	overflow:auto;
}

#divScroll img{
	float: right;
	margin: 2px 5px;
}


#divScroll {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 470px;
}
#divScroll h1 {
	color: #2a3138;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/*********gallery********/

#period_results {
	margin:0px 0px;
	color: #000;
	width: 879px;
}
#gallery {
	padding: 0px;
	width: 879px;
	overflow: auto;
}
#gallery div.galleryItem {
	float: left;
	height: 240px;
	padding-top: 0px;
	width: 175px;
	
}
#gallery div.even {
}
#gallery div.odd {
	background: #E2D9C2;
}


#gallery div.galleryItem div.thumbnail {
	
	min-height:130px;
	text-align:center;
	
}
	
	
#gallery div.galleryItem  div.pictureInfo {
	width: auto;
	height: auto;
	margin: 0px;
	font-size:14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#gallery div.galleryItem div.pictureInfo span.title {
	display:block;
	font-size:18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width:auto;
	text-align:center;
	overflow: hidden;
	word-spacing: normal;
	line-height: 1.3;
	color: #666;
}
#gallery div.galleryItem div.pictureInfo span.period {
	display:block;
	font-style: italic;
	font-size:11px;
	margin: 5px 0px 0px;
	padding: 0px;
	width:auto;
	overflow:hidden;
	word-spacing: normal;
	line-height: 1.3;
}
#gallery div.galleryItem div.pictureInfo span.item {
	display:block;
	font-size:11px;
	margin: 5px 0px 0px;
	padding: 0px;
	width:auto;
	overflow:hidden;
	word-spacing: normal;
	line-height: 1.3;
}
