#gallery_container {
/*background:#EBE2E5 none repeat scroll 0 0;*/
display:block;
height:90px;
/*margin-top:auto;
margin-bottom:auto;
margin-left:auto;
margin-right: auto;*/
margin: 0px auto;
padding:0px 0 0;
position:relative;
vertical-align:middle;



}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative;  vertical-align:middle; overflow:hidden ;height:90px ;  margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { vertical-align:middle; white-space:nowrap; display:block; position:relative;  }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:none }

/* the forward and backward buttons */

.addfwd { display:block; position:absolute; vertical-align:middle; cursor:pointer; width:19px; height:15px; top:35px; right:0px; background:url(css/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; vertical-align:middle; cursor:pointer; width:19px; height:15px; top:35px;  left:0px; background:url(css/gallery_back.jpg) no-repeat;  }


#vvv{
	width:60px; 
	height:73px;
}
