
.image_viewer{	
	background-color:#cfedf8;
	overflow:hidden;
	clear:both;
	margin-left:8px;
	float:right;
	width:300px;
}

.image_viewer .main_img{	
	
	width:280px;
	font-size:10px;
	font-style:italic;
	line-height:130%;
	font-family:verdana;
	
}
a#image_wrap {
	display:block;	
	padding:10px 10px 0 10px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable {
	/* required settings */
    position:relative; 
    overflow:hidden; 
    width:260px;
	height:48px;
	float:left;
}
/* single scrollable item */
.scrollable img {
	float:left;
	cursor:pointer;
	margin:0 2px;
	padding:0;
	border:2px solid #CFEDF8;
	width:66px;
	height:44px;
	
}
.scrollable div img {
	vertical-align:bottom;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable {
	float:left;	
}
.scroll {
	clear:both;
	padding:0 0 10px 4px;
	height:45px;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:16px;
	height:44px;
	float:left;
	margin:0 4px;
	cursor:pointer;
	font-size:1px;
}
.image_viewer .left{
	margin:0;
}

.image_viewer .right{
	margin-left:4px;
	float:right;
	
}
a.right {
	background:url(/gfx/image_right.gif) no-repeat left;
}
a.left {
	background:url(/gfx/image_left.gif) no-repeat right;
}				


.simple_overlay {
	
	display:none;
	z-index:10000;
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .close {
	background-image:url(/gfx/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.project_maps{
	border-bottom:1px dashed #009de0;
	margin:0 0 0 0;
	padding:3px 8px 3px 8px;
	background:#e5f5fc;
	overflow:auto;
}

.project_maps a.view_map{
	float:right;
	font-weight:bold;
	text-decoration:none;
}

.project_maps a.view_map img{	
	vertical-align:middle;
}

.map_choise{	
	clear:both;
	color:#009de0;
	margin:5px 0;
}
.map_choise select{	
	margin:0 0 0 30px;
}

.project_map{
	border-left:1px dashed #009de0;
	border-right:1px dashed #009de0;
	border-bottom:1px dashed #009de0;
	padding:8px;
	float:right;
	overflow:auto;
	margin:0 0 15px 15px;
}
