/* Removing the list bullets and indentation - add size - and position */
#container ul {
	position:absolute;
	width:390px;
	padding:0px; 
	margin:0px;
	padding-top:475;
	list-style-type:none;
	float:left}

#container li {
	float:left	}

/* Remove the images and text from sight */
#container a.gallery span {
	position:absolute; 
	width:0px; 
	height:0px; 
	top:5px; 
	left:5px; 
	overflow:hidden; 
	background:#fff	}

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
	display:block;
	color:#000;
	text-decoration:none;
	margin:1px 2px 1px 0px;
	text-align:left;
	cursor:default;}

/* styling the hovers */
#container a.gallery:hover {
border:0px solid #d21034;}

#container a.gallery:hover span {
position:absolute;
width:383px;
height:470px;
top:0px;
left:0px;
color:#000}

#container a.gallery:hover img {
border:0px solid #fff;
float:left;
margin-right:5px}
