@charset "utf-8";
/* CSS Document */
#gallery-v{
	clear: both;
	text-align: center;
}

#gallery-v .thumbImg-v{
	clear: both;
	width: 245px;
	height: 122px;
	margin: 20px 0px 20px 0px;
}
#gallery-v .galNav-v{
	width: 60px;
	height: 15px;
}


#gallery{
	float: left;
	width: 418px;
	height: 314px;
	margin-top: 2px;
}

#gallery .thumbImg{
	width: 245px;
	height: 122px;
	margin: 5px;
}
#gallery .galNav{
	width: 30px;
	height: 65px;
	padding: 5px;
}

