@charset "utf-8";
/* CSS Document */

/*----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
}
#gallery {
}
#gallery img {
	border: 1px solid #666666;
}
#gallery img.noBorder {
	border: 1px none #666666;
}

#gallery a {
	text-decoration: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#gallery p {
	font-size: 10px;
	color: #999999;
	margin: 0px 0px 6px;
	padding: 0px;
}
#gallery p.head {
	text-align: left;
	margin-left: 3px;
	font-variant: small-caps;
	font-size: 12px;
	color: #FFCC00;
}
#gallery p.headgone {
	text-align: left;
	margin-left: 3px;
	font-variant: small-caps;
	font-size: 12px;
	color: #000000;
}


#gallery p.small {
	font-size: 7px;
	color: #999999;
	margin: 0px 0px 6px;
	padding: 0px;
	line-height: 8px;
}


#galleryHeadline  h1 {
	font-size: 28px;
	text-align: left;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
#galleryOne {
	width: 99px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#galleryTwo {
	width: 99px;
	float: left;
	text-align: center;
}
#galleryThree {
	float: left;
	width: 99px;
	text-align: center;
}
#galleryFour {
	float: left;
	width: 99px;
	text-align: center;
}
#galleryFive {
	float: left;
	width: 99px;
	text-align: center;
}
#gallerySix {
	float: left;
	width: 99px;
	text-align: center;
}
#gallerySeven {
	float: left;
	width: 99px;
	text-align: center;
}
#galleryEight {
	float: left;
	width: 99px;
	text-align: center;
}
#galleryNine {
	float: left;
	width: 99px;
	text-align: center;
}
#galleryTen {
	float: left;
	width: 99px;
	text-align: center;
}


#clickImage {
	float: left;
	width: 490px;
	clear: left;
	margin: 0px;
	padding: 0px;
}

/*----- always position all DIVs as 'relative' -----*/

/*----- Make H1 in Banner "display:none" when using image in Banner -----*/
#clickImage p {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	clear: both;
	padding-right: 60px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 5px;
	width: 400px;
}
#clickImage p.italic {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	clear: both;
	padding-right: 60px;
	font-style: italic;
	color: #FFCC00;
}
#clickImage p.right {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	clear: both;
	padding-right: 60px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 5px;
	width: 400px;
	margin-left: 16px;
}


#clickImage a {
	text-decoration: none;
	border-bottom: 1px dashed #CC9900;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#clickImage a:hover {
	border-bottom: 1px dashed #FFFFFF;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



#galleryBigImage {
	float: right;
	width: 500px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	clear: right;
}

#galleryBigImage img {
	border-style: none;
	text-align: left;
}
#gallerySmallImage {
	float: right;
	width: 400px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	clear: right;
	height: 264px;
}
#gallerySmallImage img {
	border-style: none;
	text-align: left;
}



/*--------------------Links below gallery--------------------*/
#galleryBottom {
	float: left;
	clear: both;
	width: 996px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	font-size: 11px;
	overflow: auto;
}

#galleryBottom p {
	text-decoration:none;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	clear: both;
	padding-right: 60px;
}
#galleryBottom ul {
	display: inline;
	list-style: none;
	padding: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
}
#galleryBottom li {
	float: left;
	border-right: 1px solid #666666;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 9px;
	padding-left: 10px;
	font-size: 10px;
	color: #666666;
}
#galleryBottom li.lastlink {
	border-bottom: none;
	border-right-style: none;
}
#galleryBottom li a {
	text-align: center;
	display: block;
	font-size: 11px;
	color: #666666;
	border-bottom: 1px dashed #926A01;
}
#galleryBottom li a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}

#clear {
	clear: both;/*----- <div id="clear"></div> -----*/
}
