#gallery {position:relative; width:980px; background:#fff;height:433px; overflow:hidden; border:2px solid #eee; margin: 0 0 10px 11px;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:980px; height:430px; padding:0px; background:#FFF url(../images/loading.gif) center center no-repeat}
#image img {position:absolute; top:0px; left:0px}/*both were 5px*/
#thumbwrapper {padding:5px 0; width:962px; height:100px; border:1px solid #eee; background:#FFF; position:relative; 
top:-55px; z-index:1; margin-left:9px;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:955px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background: url(../images/left-arrow.png) left center no-repeat;
	opacity:0.5; 
	filter:alpha(opacity=50);
}
#previmg:hover {opacity:1; filter:alpha(opacity=100);}
#nextimg {
	right:0; 
	background: url(../images/right-arrow.png) right center no-repeat;
	opacity:0.5; 
	filter:alpha(opacity=50);
	}
#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
	background: url(../images/right-arrow.png) right center no-repeat;}
	}
p { margin-bottom:7px;}

#updown { width:50px; height:14px; 
background: url(../images/updown-eee.png) no-repeat; 
margin:0 auto -3px;
z-index:1000;
position:relative;
top:-55px;
cursor:pointer;
}

/*nav*/
#carousel-container {
width:886px;
background: url(../images/gallery-nav-back.gif) no-repeat 0px -1px;
height:25px;
float:left;
margin: 0;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
}
#carousel-container ul {
	height: 37px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#carousel-container li {
	float: left;
	height: 28px;
	margin:0 0 0 35px;
}

#carousel-container a {
color:#6B6B6B;
float:left;
height:20px;
margin:2px 0 0;
padding:1px 14px;
text-decoration:none;
}
#carousel-container a:hover {
background: url(../images/gallery-nav-hover.gif) repeat-x; 
	}

#nav {
background: #fff url(../images/gallery-nav-main-back.gif) no-repeat -4px 0;
bottom:0;
height:28px;
margin-left:9px;
position:absolute;
width:954px;
z-index:1000;
padding:7px 0 8px 8px;
border-left:1px solid #eee;
border-right:1px solid #eee;
}
.prev {
	height:37px;
	background: url(../images/gallery-nav-left.gif) no-repeat;
	float:left;
	cursor:pointer;
	margin:0 5px 0 0;
width:26px;

}
.next {
	height:37px;
	background: url(../images/gallery-nav-right.gif) no-repeat;
	float:right;
	cursor:pointer;
	margin:0 7px 0 0;
width:26px;
}
/*menu section ends*/
