.box p{
	margin: 8px;
}

.links{
	margin: 8px;
	clear: both;
}

.links a{
	margin-right : 10px;
}

#artist_video{
	margin: 20px;
}

/* boxes */
.box{
	display : block;
	border : solid 1px #555555;
	background : #1D1924;
	margin-bottom: 20px;
}

/* filmstrips */
.filmstrip{
	display : block;
	border : solid 1px #555555;
	background : #1D1924;
	margin-bottom: 20px;
	width: 808px;
	position: relative;
	height: 140px;
}

.filmstrip .control{
	height: 100px;
	width: 20px;
	border: 0px;
	margin: 20px 0px;
	position: absolute;
	width: 30px;
}

.filmstrip .prev_control{
	left: 8px;
}

.filmstrip .next_control{
	right: 8px;
}

.filmstrip .control a{
	display: block;
	height: 62px;
	width: 30px;
	margin: 19px 0px;
	border: 0px;
}

.filmstrip .prev_control a{
	height: 62px;
	width: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/arrow_left.png);
	border: 0px;
}

.filmstrip .next_control a{
	height: 62px;
	width: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/arrow_right.png);
	border: 0px;
}

.filmstrip .prev_control a:hover{
	border: 0px;
	background-position: center bottom;
}

.filmstrip .next_control a:hover{
	border: 0px;
	background-position: center bottom;
}

.filmstrip .viewport{
	height: 102px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 45px;
	width: 720px;
	clip: rect(0px, 720px, 102px, 0px);
}

.filmstrip .strip{
	position: relative;
	left: 0px;
	height: 102px;
}

.filmstrip a.thumbnail{
	margin:  0 20px 0 0;
	border: 1px solid #000000;
	display : block;
	float: left;
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
}

.filmstrip a.thumbnail img{
	opacity: .7;
}

.filmstrip a.thumbnail:hover img{
	opacity: 1;
}

.filmstrip a.thumbnail:hover{
	border: 1px solid #FFFFFF;
}

/* zoomed image */
.detail{
	position : absolute;
	border : 1px solid #000000;
	background-color : #FFFFFF;
	display : none;
}

/* product page */
#piece{
	position: relative;
	width: 390px;
	height: 390px;
	margin-bottom:20px;
}

#image{
	clear:both;
}

#image table{
	height: 350px;
	width: 390px;
}

#image table td{
	height: 350px;
	width: 390px;
	text-align: center; 
	vertical-align: middle;
}

#image img{
	display: inline;
}

#details{
	position: relative;
  	width: 390px;
	height: 390px;
	margin-bottom: 20px;
	border-top: 1px solid #DC1414;
	border-bottom: 1px solid #DC1414;

}

#details .label{
	display: block;
	float: left;
	clear: both;
	width: 110px;
	margin: 2px 0 2px 10px;
	font-weight: bold;
}

#details .data{
	display: block;
	float: left;
	width: 260px;
}

#details .smaller{
	font-size: 0.8em;
}

/* artwork controls */
#controls{
	width: 390px;
	height: 20px;
}

#controls div{
	width: 130px;
	height: 37px;
	float: left;
}

#controls div a{
	display : block;
	width: 130px;
	height: 37px;
}

/* artists page */
div.columnWrapper div.layer{
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 100%;
}

div.artistBox{
	background-color: #1D1924;
	border: 1px solid #555555;
	width: 400px;
	padding-bottom: 510px;
	margin-bottom: -500px;
	background-image: url( ../images/bg-artist-box.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.artistBox img{
	float: left;
	margin: 10px;
	display: block;
	border: 1px solid #555555;
}

div.artistBox img:hover{
	border: 1px solid #FFFFFF;
}

div.artistBox h2{
	margin: 10px 0 0 168px;
}

div.artistBox p{
	margin: 0 10px;
	text-align: justify;
 	min-height: 13em;
	font-size: 12px;
}

#bio p{
	text-align: justify;
	margin: 20px;
}

#piece .prev_control a{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/control_prev.png);
}

#piece .prev_control a:hover{
	background-position: left bottom;
}

#piece .prev_control a.inactive{
	background-image: none;
}

#piece .zoom_control a{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/control_zoom.png);
}

#piece .zoom_control a:hover{
	background-position: center bottom;
}

#piece .zoom_control a.inactive{
	background-image: none;
}

#piece .next_control a{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/control_next.png);
}

#piece .next_control a:hover{
	background-position: right bottom;
}

#piece .next_control a.inactive{
	background-image: none;
}

#piece table{
	margin-left : -2px;
}

.filmstrip a.selected{
	border: 1px solid #FF0000;
}

.filmstrip a.selected:hover{
	border: 1px solid #FF0000;
}

.filmstrip a.selected img{
	opacity: 1;
}

#details .send-to-friend{
	position: absolute;
	bottom: 5px;
	right: 0px;
}

div.newsItem div.send-to-friend{
	width: 810px;
}

