/* 
	Slideshow start
*/
#slideshow * { 
	margin: 0;
	padding: 0;
}
#slideshow {
	position: relative;
	height: 228px; 
	margin: 20px 0;
}
#slideshow #menu, 
#slideshow #pictures, 
#slideshow #loading 
{ 
	position: absolute; 
}
#slideshow #loading { 
	background: url('/static/home/ajax-loader.gif') no-repeat center center;
	display: block;
	top: 96px; 
	left: 342px; 
	text-indent: -5000px; 
	width: 32px; 
	height: 32px; 
	visibility: hidden; 
	z-index: 5; 
}
#slideshow #pictures {
	width: 716px;
	height: 228px;
	left: 0;
	overflow: hidden;
}
#slideshow #pictures li { 
	display: block;
	position: absolute;
	top: 0;
	width: 716px; 
}
#slideshow #pictures li img { 
	display: block;
	position: relative;
	bottom: 0;
}
#slideshow #menu { 
	background: url('/static/home/slideshow_menu_bg.png') repeat-y left;
	list-style-type: none;
	width: 288px;
	height: 228px;
	right: 0;
	border-bottom: 1px solid #dfe1e5;
}
#slideshow #menu li { 
	display: block; 
	z-index: 1000; 
	position: relative; 
	zoom: 1;
}
#slideshow #menu li a { 
	display: block;
	text-decoration: none;
	z-index: 1000;
	color: #ccc;
	vertical-align: middle;
	zoom: 1;
	font-size: 16px;
	font-family: 'Georgia', arial, sans-serif;
	color: #3D4548;
	padding-left: 28px;
	height: 56px;
	line-height: 56px;
	border-top: 1px solid #dfe1e5;
}
#slideshow #menu li a:focus { 
	outline: 0; 
}
#slideshow #menu li a:hover { 
	color: #ca1846; 
}
#slideshow #menu li.current a { 
	color: #ca1846;
	background-color: #fff; 
	font-weight: bold;
}
#slideshow #menu li.background { 
	position: absolute;
	font-size: 1px;
	height: 56px;
	width: 4px;
	z-index: 5;
}
div.inner {
	left: -30px;
	position: absolute;
	background: url('/static/home/home_tab_active.png') no-repeat left center;
	height: 56px;
	width: 33px;
	z-index: 5;
}
/* 
	Slideshow end
*/
a.more {
	background: url('/static/buttons.png') no-repeat left -98px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
	width: 123px;
	text-decoration: none;
}
div#homeLeftNav {
	float: left;
	width: 415px;
	border: 1px solid #dfe1e5;
}
div#homeCenter {
	float: left;
	width: 295px;
	margin-left: 12px;
	border: 1px solid #dfe1e5;
}
div#artistsHome {
	padding: 15px;
}
div#artistsHome .container {
	padding: 5px 0;
	border-top: 1px dotted #dbdbdb;
}
div#artistsHome .thumb {
	width: 70px;
	height: 70px;
	float: left;
	background-position: center center;
	margin-right: 10px;
}
div#artistsHome .link {
	font-weight: bold;
}
div#newComapnies {
	padding: 15px;
}
div#homeRightNav {
	float: right;
	margin: 0 5px 10px 10px;
	width: 260px;
}
div#intro {
	padding: 15px;
	height: 120px;
}
div#news {
	padding: 15px;
}
div#news div.newsContainer {
	border-top: 1px dotted #dbdbdb;
	border-bottom: 0;
	padding-top: 5px;
}
div#news img.thumb {
	margin-left: 0;
}
div#news div.content {
	width: 264px;
}
