#images
{
	position: relative;
	width: 498px;
	height: 270px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

#images li
{
	position: absolute;
	background: #fafafa;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: left;
}

#images li img {
	cursor: pointer;
	vertical-align: middle;	
}

#images li div
{	
	position: absolute;
	z-index: 1000;
	background: #222;
	color: #FFF;
	line-height: 10px;
	font-size: 10px;
	height: 10px;
	margin: 300px 0 0 0;
	top: -2em;
	padding: .5em;
	overflow: hidden;
	opacity: .6;
	filter: alpha(opacity=60);
}
#gallery_images{
    margin-top: 20px;
}
#thumbscontainer
{
	position: absolute;
	left: 770px;
margin-top: 20px;
	height: 300px;
	width: 32px;
	overflow: hidden;
}

#thumbs ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 0;
}

#thumbs li
{
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
}

#thumbs img
{
	border: 1px solid #e9e9e9;
	opacity: .3;
	filter: alpha(opacity=30);
}

#thumbs .selected
{
	border: 1px solid #333;
	opacity: 1;
	filter: alpha(opacity=100);
}