#featured-artists {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 380px;
	margin-top: 1.8em;
}

#fa-artist-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 3600px;
	margin-top: 0;
}

#fa-artist-info li {
	position: relative;
	float: left;
}

#fa-artist-info img {
	display: block;
}

#fa-artist-info .details {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1001;
	width: 263px;
	color: #fff;
}

#featured-artists h2 {
	float: left;
	padding: 8px;
	font-size: 1.636em;
	margin: 0 0 4px 0;
	color: #fff;
	background-color: #4E92C2;
}

#featured-artists h2 small {
	display: block;
	font-size: .667em;
}

#featured-artists h2.ranking- { background-color: #D7BBDD; }
#featured-artists h2.ranking-1 { background-color: #D7BBDD; }
#featured-artists h2.ranking-2 { background-color: #B994C1; }
#featured-artists h2.ranking-3 { background-color: #A57CAF; }
#featured-artists h2.ranking-4 { background-color: #94679F; }
#featured-artists h2.ranking-5 { background-color: #84568E; }
#featured-artists h2.ranking-6 { background-color: #75467F; }
#featured-artists h2.ranking-7 { background-color: #66396F; }
#featured-artists h2.ranking-8 { background-color: #582E62; }
#featured-artists h2.ranking-9 { background-color: #4C2455; } 
#featured-artists h2.ranking-10 { background-color: #3D1B46; }

#featured-artists .description {
/* 	margin-top: 4px; */
	clear: left;
	padding: 8px;
	background: #292929; /* for IE6 */
}

html > body #featured-artists .description {
	background-color: transparent !important;
	background-image: url(/lib/css/images/urbmag/transparent-black.png);
}

#featured-artists .description p {
	font-size: 1.091em !important;
}

#featured-artists strong {
	color: #fff;
}

#featured-artists .metainfo {
	margin-top: .5em;
	color: #c2c2c2;
}

#featured-artists div.more {
	margin-top: 4px;
	clear: left;
	display: block;
	float: left;
	background: #292929; /* for IE6 */
}

#featured-artists div.buy-product {
	margin-top: 4px;
	clear: left;
	display: block;
	float: left;
	background: #292929; /* for IE6 */
}

html > body #featured-artists div.more {
	background-color: transparent !important;
	background-image: url(/lib/css/images/urbmag/transparent-black.png);
}

html > body #featured-artists div.buy-product {
	background-color: transparent !important;
	background-image: url(/lib/css/images/urbmag/transparent-black.png);
}

#featured-artists .buy-product a {
	display: block;
	padding: 8px 12px 8px 30px;
	font-size: 1.091em;
	background: transparent url(/lib/css/images/icons/cart-negative.gif) no-repeat scroll 8px center;
}

#featured-artists .more a {
	display: block;
	padding: 8px 12px 8px 21px;
	font-size: 1.091em;
	background: transparent url(/lib/css/images/icons/mini-arrow.png) no-repeat scroll 8px center;
}

#featured-artists .more a:link, #featured-artists .more a:visited {
	color: #fff;
}

#featured-artists .more a:hover, #featured-artists .more a:active, #featured-artists .more a:focus {
	color: #e29fff;
}

#featured-artists .buy-product a:link, #featured-artists .buy-product a:visited, #featured-artists .buy-product a:link {
	color: #fff;
}

#featured-artists .buy-product a:hover, #featured-artists .buy-product a:active, #featured-artists .buy-product a:focus {
	color: #e29fff;
}


#featured-artists .tabs {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 1010;
	font-size: 1.4em;
	line-height: 2.07;
}

#featured-artists .tabs li {
	float: left;
	margin: 0 5px 5px 0;
	width: 23px;
}

#featured-artists .tabs a {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	text-align: center;
	color: #d4d4d4;
	opacity: 0.8;
	background: transparent url(/lib/css/images/buttons/splash.png) no-repeat 0 -48px;
}

#featured-artists .tabs .current a {
	color: #d4d4d4;
	background: transparent url(/lib/css/images/buttons/splash.png) no-repeat;
}

#featured-artists .tabs #shop-tab.current a {
	color: #d4d4d4;
	background: transparent url(/lib/css/images/buttons/splash.png) no-repeat 0 -24px;
}

#featured-artists .tl, #featured-artists .tr, #featured-artists .br, #featured-artists .bl {
	width: 4px;
	height: 4px;
	position: absolute;
	overflow: hidden;
	z-index: 1020;
	background: transparent url(/lib/css/images/splash/fa-rounded-corners_ie6.png) no-repeat scroll left top;
}

html > body #featured-artists .tl, html > body #featured-artists .tr, html > body #featured-artists .br, html > body #featured-artists .bl {
	background-image: url(/lib/css/images/splash/fa-rounded-corners.png);
}

#featured-artists .tl {
	top: 0;
	left: 0;
}

#featured-artists .tr {
	top: 0;
	right: 0;
	background-position: right top;
}

#featured-artists .br {
	bottom: 0;
	right: 0;
	background-position: right bottom;
}

#featured-artists .bl {
	bottom: 0;
	left: 0;
	background-position: left bottom;
}

#former-featured-artists .body {
	padding: 0;
	margin: 0 5px;
	background-color: #bfbfbf;
	background: #bfbfbf url(/lib/css/images/splash/former-featured-artists-bg.png) repeat-x scroll left top;
}

#former-featured-artists h2 {
	font-size: 1.5em;
	margin: 0 36px;
	padding: 18px 0 8px;
}

#former-featured-artists .user-thumbs-m {
	overflow: hidden;
	float: left;
	width: 854px;
	padding: 0 0 0 36px;
	margin: 0;
}

#former-featured-artists .user-thumbs-m li {
	margin: 0 12px 0 0;
}

#former-featured-artists .user-thumbs-m img {
	float: left; /* hello ie8 */
}

#featured-artists-slider .refresh-right {
	margin-top: 1px;
}

#former-featured-artists a.toggle {
	display: block;
	width: 120px;
	height: 17px;
	margin-left: 5px;
	text-indent: -999em;
	background: transparent url(/lib/css/images/splash/toggle-fa-handle.gif) no-repeat scroll center top;
}

#former-featured-artists.open a.toggle {
	background-position: center bottom;
}

#splashteaser {
	position: relative;
	float: left;
	width: 900px;
	margin-top: 1.8em;
	background: transparent url(/lib/css/images/splash/splashteaser-bg.png) no-repeat center top;
	color: #fff;
}

#splashteaser .bottom {
	clear: both;
	height: 17px;
	background: transparent url(/lib/css/images/splash/splashteaser-bg.png) no-repeat center bottom;
}

#splashteaser .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	z-index: 100;
}

#video-button {
	position: absolute;
	left: 541px;
	top: 11px;
	width: 95px;
	height: 96px;
	text-indent: -999em;
	background: transparent url(/lib/css/images/splash/watch-video-button.png) no-repeat center center;
	z-index: 100;
}

#splash-about-ta {
	float: left;
	width: 612px;
	margin: 20px 0 10px;
	padding-left: 25px;
}

#splashteaser h2 {
	display: inline;
	padding: .5em 0 .5em 36px;
	margin-right: 15px;
	font-size: 2em;
	line-height: 30px;
	text-shadow: #4d1d59 1px 1px 2px;
	color: #fff;
}

#splashteaser h2.improve-skills { background: transparent url(/lib/css/images/splash/improve-skills.png) no-repeat left center; }
#splashteaser h2.earn-money { background: transparent url(/lib/css/images/splash/earn-money.png) no-repeat left center; }

#splashteaser h1 {
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#splashteaser h1 a:link, #splashteaser h1 a:visited {
	color: #ebd9ea;
	text-decoration: underline;
}

#splashteaser h1 a:hover, #splashteaser h1 a:active, #splashteaser h1 a:focus {
	color: #e29fff;
}

#splash-pros {
	padding-right: 100px;
}

#splash-about-ta ul {
	width: 100%;
	float: left;
	margin-top: 1em;
	font-size: 1.4em;
	background: transparent url(/lib/css/images/splash/splash-line-horizontal.png) no-repeat left top;
}

#splash-about-ta ul li {
	float: left;
	width: 192px;
	margin: 1em 10px 0 0;
}

#splash-about-ta li a {
	display: block;
	overflow: hidden;
	padding: 0 0 0 34px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	text-shadow: #4d1d59 1px 1px 2px;
	background: transparent url(/lib/css/images/splash/option-list-buttons.png) no-repeat 0 top;
}

#splash-about-ta a.one { background-position: 0 top; }
#splash-about-ta a.two { background-position: -192px top; }
#splash-about-ta a.three { background-position: -384px top; }

#splash-about-ta li a:link, #splash-about-ta li a:visited {
	color: #fff;
}

#splash-about-ta li a:hover, #splash-about-ta li a:active, #splash-about-ta li a:focus {
	color: #ebd9ea;
}

#splash-apply {
	float: right;
	width: 245px;
	margin: 20px 0 0 0;
	padding-right: 13px;
	text-align: center;
}

#splash-apply p {
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #4d1d59 1px 1px 2px;
}

#splash-apply .button {
	float: none;
	margin: 1em auto 0;
	width: 189px;
	height: auto;
	font-size: 1.6em;
	line-height: 2;
	padding: 2px 20px 2px 0;
	text-align: center;
	background: transparent url(/lib/css/images/splash/button.png) no-repeat center center;
}

#splash-apply .button:link, #splash-apply .button:visited {
	color: #6e4181;
}

#splash-apply .button:hover, #splash-apply .button:active, #splash-apply .button:focus {
	color: #2d1134;
}

#splash-apply p.note {
	width: 130px;
	margin: 0 auto;
	font-size: 1.2em;
	padding-left: 50px;
	line-height: 43px;
	text-align: left;
	background: transparent url(/lib/css/images/splash/apply-only-arrow.png) no-repeat left top;
	color: #ebd9ea;
}

