/* CSS Document */

/* Gallery Section */
#gallery-header { width:780px; float:left; padding:0px 0px 0px 40px; }
#gallery-header h1 { width:780px; float:left; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; color:#FF9000; }

#gallery { width:697px; height:527px; float:left; background:url(../images/gallery-bg.jpg) no-repeat; margin:0px 0px 0px 62px; padding:60px 0px 0px 0px; }
#gallery p { width:697px; text-align:center; }
#gallery ul { width:697px; float:left; border:0; padding:5px 0px 0px 0px; }
#gallery ul li { float:left; border:0; }
#gallery ul li.small-images { width:603px; float:left; }
#gallery ul li.btn-previous { width:30px; float:left; padding-left:17px; }
#gallery ul li.btn-next { width:30px; float:right; padding-right:17px; }
.thumb { float:left; margin:0px 10px 0px 0px; padding:0; }

/*120609*/
#img_gallery { background:url(../images/gallery-bg.jpg) no-repeat; width:1091px; height:620px; float:left; padding:105px 17px 0px 163px; }

#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:420px;
	height:280px;
	overflow:hidden; display:block;
	margin:0 0 10px 130px;
	border:2px solid #B99545;
	/*padding:0px 0px 0px 0px;*/
}
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:663px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0px 0px;
	width: 613px;
	float:left;
	height:95px;
	position: relative;
}

#items{
	margin:0px 0px;
	list-style:none;
	width:10000000pt !important;
	position: relative;
	letter-spacing:0em;
}
#items li{
	width:auto;
	float:left;
	list-style:none;
	margin-right:0px;
}
#items .thumb{
	width:108px;
	height:79px;
	cursor:pointer;
	margin:0px 5px 0px 5px;
	padding:0px;
	border:2px solid #C7C7C7;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}


#moveleft, #moveright{
	margin:0px;
	height:83px;
	color: white;
	width: 24px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 980; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../images/btn-previous.jpg');}
#moveright{background: url('../images/btn-next.jpg');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
img.imgSelected{ border:2px solid #FF5B21 !important; width:108px; height:79px; }

.small-botton { width:375px; float:left; padding:0px 0px 5px 287px; margin:0px;}

/*120609*/




