/* page specific */
#artistShuffleContainer {
	background: url(../img/dots_vertical.gif) top left repeat-y;
	float: right;
	position: relative;
}

#artistShuffle {
	background: url(../img/obliquelines_bg.gif);
	position: relative;
	height: 100%;
	width: 378px;
	margin-left: 1px;
}

#artistShuffle .label {
	background-color: #fff;
	float: left;
	padding: 2px 20px 6px 12px;
	margin-bottom: 4px;
}

#artistShuffle .refresh {
	float: right;
	position: relative;
	top: -2px;
	margin-right: 14px;
}


ul.frameRow {
	clear: both;
	margin: 0 0 0 11px;
	padding: 0;
	list-style: none;
}

ul.frameRow li.frame {
	width: 102px;
	height: 126px;
	background: url(../img/slide_frame.gif) top center no-repeat;
	float: left;
	margin: 0 6px 0 0;
	display: inline;
	text-align: right;
	padding: 6px 6px 0 6px;
}

ul.frameRow li.frame .cropLayer {
	width: 102px;
	height: 102px;
	overflow: hidden;
}

ul.frameRow li.frame .imgPlaceholder {
	width: 100px;
	height: 100px;
	/*overflow: hidden;*/ /* Safari 3.1 issue */
	text-align: center;
	border: 1px solid #e0e0e2;
	vertical-align: middle;
	display: table-cell;
}

ul.frameRow li.frame .txt {
	height: 18px;
	color: #999;
	width: 102px;
	white-space: nowrap;
	overflow: hidden;
}

ul.frameRow li.frame .txt a {
	color: #709667;
}

ul.frameRow li.frame .txt a:hover {
	color: #000;
}

ul.frameRow li.frame .imgPlaceholder img {
	vertical-align: middle;
	margin-top: expression((100 - this.height)/2);
}
