* {
    margin: 0pt;
    padding: 0pt;
}

.caption {
    color: #888877;
    font-style: italic;
	min-height: 16px;
	
}

.demo {
    margin-top: 2em;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.gallery_demo {
    margin: 0pt auto;
    width: 750px;
}

.gallery_demo li {
    background: #000000 none repeat scroll 0%;
    cursor: pointer;
    height: 50px;
    margin: 2px;
    width: 68px;
    float: left;
}

.gallery_demo li div {
    left: 240px;
}

.gallery_demo li div .caption {
    font-family: georgia, serif;
    font-size: 0.7em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
}

#main_image {
    background: black none repeat scroll 0%;
    
    margin: 0pt auto 80px;
    width: 750px;
	min-height: 534px;
}

#main_image img {
}

.galleria {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    
}

.galleria_wrapper {
   margin-bottom: 10px;
  	min-height: 500px;
    text-align: center;
    vertical-align: middle;
    width: 750px;
}

.info {
    border-top: 1px dotted #222211;
    margin: 30px auto;
    padding-top: 30px;
    text-align: left;
    width: 700px;
}

.info p {
    margin-top: 1.6em;
}
.clearer {
	height:0px;
	clear: both;
}
