@charset "utf-8";
/* CSS Document */

.gallery{
	width:400px;
	float:right;
}

.gallery .pics{
	width:400px;
	height:300px;
}

.gallery ul.pics li{
	display:none;
}



.gallery .thumbs{
	margin:15px 0 0;
	height:24px;
}

.gallery ul.thumbs li{
	float:left;
	background:none;
	margin:0 5px 0 0;
	padding:0;
	width:20px;
	height:20px;
}




.gallery .thumbs img,
.gallery .thumbs a{
	width:20px;
	height:20px;
}

.gallery .thumbs a{
	display:block;
	cursor:pointer;
	border:2px solid #ffffff;
}

.gallery .thumbs a.over{
	border-color:#FF9933;
}