/*gallery styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


body {
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.45em;
	color:#000;
}

#gallery {
	float:left;
	padding:10px;
}

#gallery img {
	
}

#bigphoto{
	float:left;
	width:496px;
}

#mainimgholder{
	margin:0 1px 1px 0;
	width:496px;
	height:372px;
	border:2px solid #ccc;
	background:#ccc;
	vertical-align:middle;
	text-align:center;
	float:left;
}

#gallerymodel {
	float:left;
	width:160px;
	margin:10px 0 0 0;
	display:inline;
}

#gallerydes {
	float:left;
	width:310px;
	margin:10px 10px 0 10px;
	display:inline;
}

#thumbnailholder {
	float:left;
	height:490px;
	width:438px;
	margin:0 0 0 8px;
	display:inline;
}

.thumbholder{
	margin:0 1px 1px 0;
	width:57px;
	height:42px;
	border:2px solid #ccc;
	background:#ccc;
	vertical-align:middle;
	text-align:center;
	float:left;
}
.thumbholder:hover{
	border:2px solid #666;
	background:#666;
}


/* gallery link styles */
#gallery a:link {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:#a40000;
	padding:2px 4px 2px 4px;
}
#gallery a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background:#a40000;
	padding:2px 4px 2px 4px;
}
#gallery a:hover {
	color: #a40000;
	font-weight:bold;
	text-decoration:none;
	background:#fff;
	padding:2px 4px 2px 4px;
}
