ul li{
	list-style:none;
}
/*--gallery--*/
.gallery{
	float:left;
	width:714px;
}
/*--img-holder--*/
.img-holder{
	float:left;
	width:560px;
	margin:0 auto;
	padding:0;
	height:440px;
	text-align:center;
	
}
/*--gallery-list--*/
.gallery-list-holder {
	float:right;
	height:440px;
	overflow:hidden;
	position:relative;
	width:150px;
	margin:0 auto;
	padding:0;
	
}
ul.gallery-list li .caption {
	background:#FFFFFF none repeat scroll 0%;
	color:#555555;
	display:none;
	height:13px;
	left:1px;
	padding:0px 2px;
	position:absolute;
	top:1px;
	z-index:98;
}
.view-all-images 
{
	float:right;
	padding:4px 7px 5px 0px;
}
.view-all-images a 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:-1px;
	line-height:14px;
}
ul.gallery-list{
	float:right;
	margin:0;
	padding:0;
	width:150px;
	overflow:hidden;
	position:absolute;
	
}
ul.gallery-list li{
	float:left;
	width:150px;
	list-style:none;
	
	height:85px;
	text-align:center;
	position:relative;
	background: none;
	overflow:hidden;
	margin-bottom:5px;
}
ul.gallery-list a{
	color:#0090ff;
	letter-spacing:-1px;
	text-decoration:none;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
ul.gallery-list a:hover{text-decoration:underline}

