@charset "utf-8";
/* CSS Document */

/* Removes dotted links in FireFox */
a {
	outline: none;
	}

h1 {
	font-size: 24px;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	}

#containerBlock {
	width: 680px;
	}

#largeBlock {
	position: relative;
	min-height: 200px;
	min-width: 530px;
	background: url('/ui/img/galleries/loader.gif') no-repeat;
	float: left;
	text-align: center;
	margin-left: 40px;
	}

#emailPrint {
	float: right;
	}

#thumbnailBlock {
	position: relative;
	width: 655px;
	border: 1px solid #ddd;
	background: #eee;
	height: 85px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: scroll;
	}

#thumbnailBlock ul {
	white-space: nowrap;
	list-style: none;
	}

#thumbnailBlock ul li {
	overflow: visable;
	white-space: nowrap;
	float: left;
	width: 34px;
	margin: 2px;
	}
	
#thumbnailBlock ul li a  {
	display: block;
	width: 31px;
	height: 31px;
	padding: 1px;
	border: 1px solid #ccc;
	filter:alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
	cursor: pointer;
	}

#thumbnailBlock ul li a:hover, #thumbnailBlock ul li a.selected {
	border-color: #999;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
	}
	
#thumbnailBlock ul li a.selected {
	border-color: #7e2346;
	}

.title {
	text-align: center;
	width: 530px;
	margin-left: 40px;
	padding: 5px 0;
	font-weight: bold;
	font-variant: small-caps;
	}

.imageDescription {
	width: 530px;
	margin-left: 40px;
	text-align: justify;
	font-size: 10px;
	padding: 10px 0;
	}

/*#previewBlock {
	text-align: center;
	z-index:3000;
	/*padding-bottom: 6px; 
	background: url('arrow-down.gif') no-repeat bottom center; 
	border: 1px solid #eee;
	}
	*/
#previewBlock img { 
	/*width: 100px; */
	/*height: 75px; */
	padding: 1px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee; 
	}*/

#sendToFriendForm {
	width: 500px;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	z-index:100;
	color: #777;
	background-color:
	#eee; padding:10px;
	text-align: left;
	}

#sendToFriendForm a {
	color: #7e2346;
	font-size: 11px;
	}
	
#sendToFriendForm #formContainer, #sendToFriendForm #responseMessage  {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	}

#sendToFriendForm form h3 { color: #333; font: bold 14px Helvetica, Arial, sans-serif; letter-spacing: -1px; }

#sendToFriendLeft { float: left; width: 220px; }

#sendToFriendLeft input, #sendToFriendForm form textarea {
	border: 1px solid #ddd;
	width: 190px;
	padding: 5px 3px;
	margin-bottom: 3px;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #333;
	}

#sendToFriendRight {
	float: left;
	width: 220px;
	}

#sendToFriendForm form label {
	display: block;
	font-size: 11px;
	color: #777;
	margin-bottom: 2px;
	}

#closeSend {
	/* position: absolute; 
	top: -22px;
	left: 450px; 
	display: block; */
	width: 50px;
	color: #7e2346;
	font-size: 11px;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	align: right;
	}

#closeSend strong {
	text-decoration: none;
	}

#closeSend:hover {
	color: #7e2346;
	}

#closeSend:hover strong {
	text-decoration: underline;
	}

#galleryControls {
	text-align: center;
	padding: 10px 0;
	}

#galleryEmailImage {
	text-align: left;
	}

#galleryEmailImage a {
	font-size: 11px;
	padding: 3px 0 3px 19px;
	color: #777;
	background: url('/ui/img/galleries/email.gif') no-repeat 0 50%;
	text-decoration: none;
	}

#galleryEmailImage a:hover {
	text-decoration: underline;
	color: #7e2346;
	}

#galleryPlayOptions {
	float: left;
	width: 280px;
	}

#galleryPrintImage {
	padding-top: 10px;
	}

#galleryPrintImage a {
	font-size: 11px;
	padding: 3px 0 3px 19px;
	color: #777;
	background: url('/ui/img/galleries/print.gif') no-repeat 0 50%;
	text-decoration: none;
	}

#galleryPrintImage a:hover {
	text-decoration: underline;
	color: #777;
	}

#addResult {
	color: #777;
	}

#loadingMessage {
	font-size: 11px;
	display: block;
	padding: 3px 0 3px 20px;
	background: #fff url('/ui/img/galleries/ajax-loader.gif') no-repeat 0 50%;
	color: #7e2346;
	}