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

#gallery {
	width:700px;
	height:450px;
	padding:0px;
	margin-top:20px

	
}
#gallery ul {
	list-style:none; 
	padding:0; 
	margin: 0;
	width:210px; 
	position:relative; 
	float:left;
}
#gallery ul li {
	display:inline; 
	width:60px; 
	height:60px; 
	
	float:left; 
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border:0px none #000;
}
#gallery ul li a img {
	display:block;
	width:50px;
	height:50px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #660033;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #660033;
}
#gallery ul li a:hover {
	white-space:normal;
}
#gallery ul li a:hover img {
	position:absolute;
	left:210px;
	top:0;
	width:500px;
	height:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/** Simple photograph gallery CSS End ! **/

#gallery h3 { 
	font-family:sans-serif;
	font-weight:bold;
	font-size:20px;
	color: #fff;
	margin:0;
	padding:10px 0;
	background:none;
	border: 0;
}

