ul.galleria {
	list-style:none;
	width:480px;
}

ul.galleria li{
	display:block;
	width:55px;
	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;
	color: white;
}

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


/* MSIE bug */

.galleria_container {
	float: right;
	height: 570px;
	width: 380px;
  margin: -50px 0 0 -200px;
}

#main_image {
}

.gallery-nav {
	position: absolute;
	top: 650px;
	height: 40px;
	font-size: 11px;
	width: 480px;
	text-align: right;
}

	.gallery-nav a { 
		margin: 0px 1px;
		display: inline-block;
		padding: 15px 0 0 0;
		overflow: hidden;
		height: 0px;
	}
	
		.gallery-nav a.previous { 
			background: url(../../images/core/gallery-prev.gif) no-repeat 0 0;
			width: 46px;
		}
		
		.gallery-nav a.next { 
			background: url(../../images/core/gallery-next.gif) no-repeat 0 0;
			width: 39px;
		}
	
	.gallery-nav a:hover {
		background-position:0 -15px!important;
	}
	


#primary {width:900px;}
