
.simplemodal-overlay {
	background: #000;
}

#gallery_modal {
	width: 700px;
	overflow: hidden;
	padding : 5px;
	background: #000;
	border: 5px solid #000;
	
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px; /* Saf3+, Chrome */
	border-radius:				5px; /* Opera 10.5, IE 9 */
}


.galleria {
	position: relative;
	list-style: none;
	width: 9000px;
	height: 80px;
	overflow: hidden;
}

.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}

.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;
}

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