
#gallery {
    background: none repeat scroll 0 0 #D2E9FA;
    /*height: 328px;*/
    padding: 11px;
    position: relative;
	 clear:both
}
#images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}
#image {
    background: url("images/loading.gif") no-repeat scroll center center #D2E9FA;
    height: 250px;
    padding: 5px;
    position: relative;
    width: 444px;
	 float:left
}
#image img {
    border: 3px solid #268CCC;
    height: 252px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 448px;
}

#imageempresa {
    background: url("images/loading.gif") no-repeat scroll center center #D2E9FA;
    height: 250px;
    padding: 5px;
    position: relative;
    width: 444px;
	 float:left
	 
	 }
	 
	 
#imageempresa img {
    border: 3px solid #268CCC;
    height: 252px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 448px;
}
	 
	 
	 
#imagearea {
    position: relative;
    top: -4px;
}
#thumbwrapper {
    float: left;
    height: 255px;
    position: absolute;
    right: 23px;
    top: 27px;
    width: 450px;
}
#thumbarea {
    left: -20px;
	top : 10px;
    overflow: hidden;
    position: relative;
    width: 486px;
	}
#thumbs {
    height: 255px;
}
#thumbs li {
    border: 2px solid #268CCC;
    cursor: pointer;
    float: left;
    height: 61px;
    margin: 2px;
}

#thumbsempresas li {
    border: 2px solid #268CCC;
    cursor: pointer;
    float: left;
    height: 61px;
    margin: 2px;
}
.imgnav {
    cursor: pointer;
    height: 34px;
    outline: medium none;
    position: absolute;
    top: 138px;
    width: 17px;
    z-index: 100;
}
#previmg {
	/*left:0;*/
    background: url("../images/left.png") no-repeat scroll left center transparent;
    margin-left: 10px;
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background:url(../images/right.png) right center no-repeat;
	margin-right:10px
}
#nextimg:hover {
	opacity:1; filter:alpha(opacity=100)
}