/*//////////////////////////////////DISPLAY//////////////////////////////////*/
#art-display
{
	background-color: #000000;
	height: auto;
	text-align: center;
	background-image: url(../images/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.art-display-back A
{
	background-image: url(../images/folio/arrow-bk.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	display: block;
	height: 400px;
}
.art-display-back SPAN, .art-display-forward SPAN
{
	display: none;
}
.art-display-back A:hover
{
	background-image: url(../images/folio/arrow-bk-hover.gif);
	text-align: center;
}
.art-display-forward A
{
	background-image: url(../images/folio/arrow-fwd.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	text-align: center;
	display: block;
	height: 400px;
}
.art-display-forward A:hover
{
	background-image: url(../images/folio/arrow-fwd-hover.gif);
	text-align: center;
}
.art-display-image
{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
/*//////////////////////////////////NUMBERS//////////////////////////////////*/
#art-numbers
{
	line-height: 36px;
	color: #666666;
	background-color: #282828;
	height: 36px;
	padding: 0 28px;
}
#art-numbers A:hover
{
	color: #666666;
}
#art-numbers A:active
{
	color: #666666;
}
#art-numbers A
{
	color: #666666;
	width: 36px;
	text-align: center;
	vertical-align: middle;
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS";
	cursor: pointer;
	display: block;
	background-color: #2B2B2B;
}
#art-numbers .arrow
{
	width: 32px;
	text-align: center;
	vertical-align: middle;
	height: 32px;
	float: right;
	cursor: pointer;
}
#art-numbers A:hover
{
	background-color: #404040;
}
#art-numbers A:hover
{
	background-color: #404040;
}
/*//////////////////////////////////SPACER//////////////////////////////////*/
#art-spacer
{
	background-color: #E9E9E9;
	height: 40px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#art-spacer-comments
{
	color: #626262;
	position: relative;
	overflow: hidden;
	height: 32px;
	background-color: #393939;
	text-align: right;
	cursor: pointer;
}
#art-spacer-comments:hover
{
	background-color: #3D3D3D;
	background-image: url(../images/down.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#art-spacer-comments-right
{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	width: 800px;
	height: 40px;
	z-index: 2;
}
#art-spacer-comments-left
{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	padding-right: 32px;
	padding-top: 8px;
	width: 68px;
	height: 24px;
	z-index: 1;
}
/*//////////////////////////////////DESC//////////////////////////////////*/
#art-desc
{
	height: auto;
	padding: 32px;
	text-align: justify;
	font-size: 11px;
}
/*//////////////////////////////////FOOTER//////////////////////////////////*/
#art-footer
{
	color: #5D5D5D;
	clear: both;
	background-image: url(../images/folio-subheader.png);
	height: 32px;
	padding-right: 24px;
	padding-left: 24px;
	margin-bottom: -16px;
	margin-top: 16px;
}
#art-footer .num
{
	width: 32px;
	text-align: center;
	height: 32px;
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS";
	cursor: pointer;
	display: block;
	border: none;
	line-height: 32px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#art-footer .num-act
{
	width: 32px;
	text-align: center;
	height: 32px;
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS";
	cursor: pointer;
	display: block;
	border: none;
	line-height: 32px;
	background-color: #333;
	padding: 0;
	margin: 0;
	color: #5D5D5D;
	text-decoration: underline;
	background-color: transparent;
}
#art-footer .arrow
{
	width: 32px;
	text-align: center;
	vertical-align: middle;
	height: 32px;
	float: right;
	cursor: pointer;
}
#art-footer .num
{
	color: #5D5D5D;
}
#art-footer .num:hover
{
	color: #5D5D5D;
}
#art-footer .num:active
{
	color: #5D5D5D;
}
#art-footer .num:hover
{
	background-color: #D8D8D8;
}
/*// DETAILS*/
#art-details
{
	color: #666666;
	clear: both;
	background-color: #323232;
}
#art-details .last
{
	border: none;
}
#art-details LI
{
	list-style-type: none;
	border-bottom: 1px solid #3D3D3D;
	line-height: 36px;
	float: left;
	width: 50%;
}
#art-details UL
{
	padding: 0;
	margin: 0 28px;
}
