/* LAYOUTS */
.art-vertical {
	background-color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 15px;
}
.image-vertical {
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 450px;
	height:600px;
}

.art-horizontal {
	background-color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 15px;
}
.image-horizontal {
	background-color: #FFFFFF;
	vertical-align: middle;
}

/* STYLES */

#art-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	width: 100%;
}
.art-title {
	font-family: "Trebuchet MS", "Century Gothic", Verdana;
	font-size: 18px;
	text-transform: uppercase;
	color: #3887c8;
}
.art-size {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
.art-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.art-cart {
	padding: 15px;
}
.art-cart a, .art-cart a:link, .art-cart a:visited, .art-cart a:active {
	font-family: "century gothic", verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #f6921e;
	text-decoration: none;
}
.art-cart a:hover {
	color: #fcc588;
	text-decoration: none;
}


/* LIGHTBOX CSS */

.lightbox-close {
	font-family: "Trebuchet MS", "Century Gothic", Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.lightbox-close a, .lightbox-close a:link, .lightbox-close a:visited, .lightbox-close a:active {
	color: #999999;
	text-decoration: none;
}
.lightbox-close a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.lightbox {
	display: none;
	position: absolute;
	top: 5%;
	left: 15%;
	width: 800px;
	height: 600px;
	border: 1em solid #FFFFFF;
	background-color: #FFFFFF;
	z-index:1001;
	overflow: auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }