div#gallery {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9001;
}
div#cover {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	display: none;
	opacity: 0.8;
}
div#canvas {
	margin: 0 auto;
	padding-top: 20px;
	width: 800px;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 20002;
}

#close_gallery {
	margin: 0 0 0 400px;
	padding: 0;
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 10000;
}
#close_trigger {
	width: 35px;
	height: 35px;
	display: block;
	background: transparent url(../i/design/a-close.gif) no-repeat 0 0
}
#close_trigger:link, 
#close_trigger:visited, 
#close_trigger:hover, 
#close_trigger:focus, 
#close_trigger:active {
	text-indent: -999px;
}


p#placeholder_img {
	height: 600px;
	overflow: hidden;
}
p#placeholder_txt {
	margin: 0;
	padding: 10px 20px;
	color: #fff;
	background: #CC6600;
}
div.wrapper 
{	
	margin: 10px auto;
	width: 674px;
	height: 79px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 200001;
}
ul#thumbs {
	margin: 0 auto;
	padding: 0;
	width: 200%;
	overflow: hidden;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20001;
}
ul#thumbs li {
	margin: 0 10px 0 0;
	padding: 0;
	width: 104px;
	height: 79px;
	display: inline;
	float: left;
	list-style: none;
}
ul#thumbs li a:link, 
ul#thumbs li a:visited, 
ul#thumbs li a:hover, 
ul#thumbs li a:focus, 
ul#thumbs li a:active {
	border: 2px solid #CC6600;
	display: block;
	height: 75px;
}
ul#thumbs li a:hover, 
ul#thumbs li a:focus, 
ul#thumbs li a:active {
	border-color: #fff;
}
ul#thumbs li a.selected:link, 
ul#thumbs li a.selected:visited, 
ul#thumbs li a.selected:hover, 
ul#thumbs li a.selected:focus, 
ul#thumbs li a.selected:active {
	border-color: #fff;
}
ul#thumbs_controls {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	overflow: hidden;
	position: relative;
	top: -70px;
	left: 0;
	z-index: 10000;
	list-style: none;
}
ul#thumbs_controls li {
	margin: 0;
	padding: 0;
	width: 64px;
	height: 36px;
	display: inline;
	float: right;
	list-style: none;
	text-align: center;
}
ul#thumbs_controls li:first-child {
	float: left;
}
ul#thumbs_controls li a:link, 
ul#thumbs_controls li a:visited, 
ul#thumbs_controls li a:hover, 
ul#thumbs_controls li a:focus, 
ul#thumbs_controls li a:active {
	margin: 0 auto;
	width: 36px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#thumbs_left {
	background: transparent url(../i/design/control_left.gif) no-repeat 0 0;
}
#thumbs_right {
	background: transparent url(../i/design/control_right.gif) no-repeat 0 0;
}
#placeholder_flash {
	height: 600px;
	overflow: hidden;
}
ul#img_controls {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	list-style: none;
}
ul#img_controls li {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 600px;
	display: inline;
	float: right;
	list-style: none;
	text-align: center;
}
ul#img_controls li:first-child {
	float: left;
}
ul#img_controls li a:link, 
ul#img_controls li a:visited, 
ul#img_controls li a:hover, 
ul#img_controls li a:focus, 
ul#img_controls li a:active {
	margin: 0 auto;
	width: 200px;
	height: 600px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#img_left:link, 
#img_left:visited, 
#img_left:hover, 
#img_left:focus, 
#img_left:active {
	background: transparent url(../i/design/img_left.gif) no-repeat 0 -100px;
}
#img_left:hover, 
#img_left:focus, 
#img_left:active {
	background-position: 0 50%;
}
#img_right:link, 
#img_right:visited, 
#img_right:hover, 
#img_right:focus, 
#img_right:active {
	background: transparent url(../i/design/img_right.gif) no-repeat 0 -100px;
}
#img_right:hover, 
#img_right:focus, 
#img_right:active {
	background-position: 100% 50%;
}
/* For SEND Form START*/
div.form div#canvas {
	width: 430px;
}
div.form #close_gallery {
	margin: 0 0 0 215px;
}
fieldset.sendToAFriend {
	margin: 0;
	padding: 30px;
	background-color: #FFFFFF;
}
fieldset.sendToAFriend p {
	padding-bottom: 1.8em;
	clear: both;
	font-size: .92em;
}
fieldset.sendToAFriend p.padded {
	padding-left: 160px;
	padding-bottom: 0;
}
fieldset.sendToAFriend span.required {
	background: transparent url(../i/design/span-required.gif) no-repeat 2px 50%;
}
fieldset.sendToAFriend label {
	float:left;
	padding:0;
	text-align:right;
	width:155px;

}
fieldset.sendToAFriend input, fieldset.sendToAFriend textarea {
	float: right;
	width: 205px;
}
fieldset.sendToAFriend p.button {
	padding-top: .8em;
	text-align: right;
}
fieldset.sendToAFriend p.button input {
	width: auto;
}
fieldset.sendToAFriend p.button a {
	float: left;
}
fieldset.sendToAFriend p.result {
	padding: 15px 0;
	color: #39B54A;
	text-align: center;
	font-size: 1.08em;
	font-weight: bold;
}
fieldset.sendToAFriend input[type="submit"]:focus {
	color: #fff;
	background: #CC6600;
}
/* For SEND Form END*/