/* CSS Document */

div.galleryContainer{
	float:left;
	padding-left:25px;
	margin:0;
} 
div.gallery{
	position:relative;
	width:140px;
	height:94px;
	float:left;
	margin:0 10px 10px 0;
}

div.gallery img,div.gallery a{
	width:140px;
	cursor:pointer;
}
div.gallery div {
	background: transparent url(../../images/gallery.gif) 0 0 no-repeat;
	width:140px;
	height:94px;
	position:absolute;
	top:0;
	left:0;
}
*/
