.gallery_demo_unstyled{
	display:none;
}

.galleria {
	display:block;
    list-style: none;
    width: 80px;
	margin-top:15px;
	padding-right:30px;
	margin-bottom:15px;
	margin-left:0px;
	height:372px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:center;
} 

.galleria li {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;    
    margin: 0 10px 10px 0;
	text-align:center;
} 

.galleria li a {
    display: none;
} 

.galleria li div {
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
} 

.galleria li div img {
    cursor: pointer;
} 

.galleria li.active div img, .galleria li.active div {
    display: block;
} 

.galleria li img.thumb {
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
} 

.galleria li .caption {
    display: block;
    padding-top: .5em;
} 

* html .galleria li div span {
    width: 400px;
}
 /* MSIE bug */

 /*
	Custom styles
*/
 .caption {
     font-style: italic;
     color: #887;
 } 
 
 .demo {     
     margin-top: 0px;
 } 
 
 .gallery_demo {
     width: 80px;
     float:right;
	 padding-left:0px;
 } 
 
 .gallery_demo li {
 	 width: 68px;     
     height: 50px;
     border: 3px double #E8E0CD;
     margin: 0 2px;
     background: url(../images/center-content-bg.jpg) top left repeat-x;
 } 
 
 .gallery_demo li div {
     left: 240px;
 } 
 
 .gallery_demo li div .caption {
     font: italic 0.7em / 1.4 georgia, serif;
 } 
 
 #main_image {
     margin: 0 auto 60px auto;
     height: 402px;
     width: 626px;
     background: url(../images/center-content-bg.jpg) top left repeat-x;
	 overflow:hidden;
	 float:left;
 } 
 
 #main_image img {
     margin-bottom: 10px;
 } 
 
 .nav {
     padding-top: 15px;
     clear: both;
     font: 80% 'helvetica neue', sans-serif;
     letter-spacing: 3px;
     text-transform: uppercase;
 } 
 
 .info {
     text-align: left;
     width: 700px;
     margin: 30px auto;
     border-top: 1px dotted #221;
     padding-top: 30px;
 } 
 
 .info p {
     margin-top: 1.6em;
 }
