/*
	Grey Lines: #CCCCCC
	Gold Text : #999933
*/

/* @group Framework(Default styles) */

/* global styles */

/* @group Reset */

/* resets browser specific settings */

html, body {
	height : 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin : 0;
	padding : 0;
}

a, select, input[type=submit], img {
	outline : none;
}

table {
	border-collapse : collapse;
	border-spacing : 0;
}

fieldset,img, hr {
	border : 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
	font-weight : normal;
}

ol,ul {
	list-style : none;
}

caption,th {
	text-align : left;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	font-weight : normal;
}

q:before,q:after {
	content : '';
}

abbr,acronym {
	border : 0;
}

/* @end */

/* @group Fonts */

/* default typographic settings */

body, p, a {
	font : 13px/16px arial,helvetica,clean,sans-serif;
	text-decoration : none;
	color : #919191;
}

select,input,button,textarea,button {
	font-family : arial,helvetica,clean,sans-serif;
	font-size : 99%;
	color : #919191;
}

table {
	font-size : inherit;
}

pre,code,kbd,samp,tt {
	font-family : monospace;
	font-size : 108%;
	line-height : 100%;
}

/* font-size adjustments */

/* font-family adjustments */

/* @end */

/* @group Pages */

/* page parameters */
#page {
	width : 900px;
	height : 300px;
	margin-left : auto;
	margin-right : auto;
	/*background-color : #ccc;*/
}
#admin_page {

	width : 860px;
	height : auto;
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	margin-bottom : 20px;
	background-color : #ffffff;
	padding : 20px;
border : 1px solid #ddd;
}
#home_page {
	width : 900px;
	height : 300px;
	margin-left : auto;
	margin-right : auto;
	/*background-color : #ccc;*/
}

#content_page {
	width : 900px;
	height : auto;
	margin-left : auto;
	margin-right : auto;
	background : url(images/content_bg.jpg) no-repeat;
}

/* @end */

/* @group Grids */

/* default layout */

#header {
	position : relative;
	height : 200px;
}

#top_navigation {
	position : relative;
	height : 20px;
	
}
#top_search {
	width : 410px;
	/*width : 570px;*/
	position : relative;
	height : 20px;
	margin : 35px 20px 0px 0px;
}
#songs_genre_secondary {
	display: none;
}
#brand {
	position : relative;
	/*height : 70px;*/
	height:130px;
	padding : 0px 0px 0px 20px;
	
}
#admin_page #brand {
	position : relative;
	height : 70px;
	padding : 0px 0px 20px 0px;
}
#main_navigation {
	width : 900px;
	clear : both;
	line-height :50px;
	margin-top : 0px;
}
#admin_page #main_navigation {
	width: 860px;
	clear : both;
	height : 30px;
	line-height : 30px;
	margin-top : 0px;
	margin-bottom : 20px;
	border-bottom : 1px solid #ddd;
}
#breadcrumb {

}
#body {
width : 900px;
	position : relative;
	background-color : #ffffff;
	margin-top : 20px;
	background : url(images/body_bg.gif) repeat-y;
}

#body #rounded_top {
	position : relative;
	height : 10px;
	width : 900px;
	background : url(images/rounded_top.gif) no-repeat center top;
	margin-bottom : 10px;


}

#body #rounded_bottom {
	clear : both;
	height : 10px;
	width : 900px;
	background : url(images/rounded_bottom.gif) no-repeat center top;
}
#banner {
	position : relative;
	float : left;
	width : 820px;
	height : 270px;
	margin : 20px 40px 0px 40px;
	background-image : url(images/banner_0.jpg);
}
#content {
	position : relative;
	float : left;
	width : 820px;
	height : auto;
	margin : 20px 40px 33px 40px;
	background : url(images/content_bg.gif) repeat-y;
}
#content #content_rounded_top {
	position : relative;
	height : 10px;
	width : 820px;
	background : url(images/content_rounded_top.gif) no-repeat center top;


}

#content #content_rounded_bottom {

	clear : both;
	height : 10px;
	width : 820px;
	background : url(images/content_rounded_bottom.gif) no-repeat center top;
}
#left_sidebar {
	position : relative;
	float : left;
	width : 233px;
	height : auto;
	padding : 10px 20px 20px 20px;

}

#right_sidebar {
	position : relative;
	float : left;
	width : 500px;
	height : auto;
	padding : 10px 20px 20px 20px;

}

#footer {
	position : relative;
	height : 30px;
	line-height : 30px;
	padding : 0px 20px 0px 20px;
}

/* page grid elements*/

.visible {
	display : block;
}

.hidden {
	display : none;
}

.left {
	position : relative;
	float : left;
}

.right {
	position : relative;
	float : right;
}

.left_10 {
	position : relative;
	float : left;
	margin-right : 10px;
}

.right {
	position : relative;
	float : right;
	margin-left : 10px;
}

.grid_row {
	clear : both;
	height : auto;
}

.grid_break {
	clear : both;
	height : 1px;
}

.grid_break_10 {
	clear : both;
	height : 10px;
}

.grid_column_250 {
	position : relative;
	float : left;
	width : 250px;
	height : auto;
	margin-right : 10px;
	margin-bottom : 10px;
}

.grid_column_270 {
	position : relative;
	float : left;
	width : 270px;
	height : auto;
	margin-right : 10px;
}

.grid_column_550 {
	position : relative;
	float : left;
	width : 550px;
	height : auto;
	margin-right : 10px;
}

/* data grid elements */

/* @end */

/* @group Navigation */

/* inline navigation */

/* thin inline */

ul.navigation {
	padding : 0px;
	margin : 0px;
}

ul.navigation li {
	display : inline;
	padding : 0 10px 0 0;
}

.left ul.navigation li {
	display : inline;
	padding : 0 10px 0 0;
}

.right ul.navigation li {
	display : inline;
	padding : 0 0px 0 10px;
}
ul.navigation li a {
	text-decoration : none;
}

ul.navigation li a.current {
	color : #f47920;
}

ul.navigation li a:hover {
	
}

/* fat inline */

ul.main_navigation {
	padding : 0px;
	margin : 0px;
}

ul.main_navigation li {
	display : inline;
}

ul.main_navigation li a {
	display : block;
	float : left;
	padding : 10px 20px 0px 20px;
	height : 40px;
	color : #fff;
	font-size : 108%;
}
ul.main_navigation li a.current {
	background : url(images/main_nav_hover.png) repeat;
}

ul.main_navigation li a:hover {
	background : url(images/main_nav_hover.png) repeat;
}
#admin_page ul.main_navigation li a {
	height : 30px;
	padding : 0px 10px 0px 10px;
	color : #919191;
	line-height : 30px;
	font-size : 100%;
}
#admin_page ul.main_navigation li a.current {
	background-image : none;
	background-color : #f1f1f1;
}

#admin_page ul.main_navigation li a:hover {
	background-image : none;
	background-color : #f1f1f1;
}

/* tabbed navigation */

ul.tab_navigation {
	padding : 0px;
	margin : 0px;
	height : 35px;
	width : 100%;
	border-bottom : 1px solid #e4e9ec;
}

ul.tab_navigation li {
	display : inline;
}

ul.tab_navigation li a {
	display : block;
	float : left;
	padding : 0px 5px 0px 5px;
	height : 35px;
	line-height : 35px;
	color : #fff;
	font-size : 108%;
	margin-right : 10px;
}

ul.tab_navigation li a.current {
	padding : 0px 10px 0px 10px;
	border-top : 1px solid #e4e9ec;
	border-left : 1px solid #e4e9ec;
	border-right : 1px solid #e4e9ec;
	background-color : #fff;
}

ul.tab_navigation li a:hover {
	
}

#body ul.tab_navigation a {
	font-size : 123.1%;
	color : #b7b8b8;
}

#body ul.tab_navigation a:hover {
	color : #777;
}

#body ul.tab_navigation a.current {
	color : #777;
}

#body ul.tab_navigation a.current:hover {
	color : #b7b8b8;
}
#banner ul.tab_navigation {
	padding : 0px;
	margin : 0px;
	height : 60px;
	width : 100%;
	border-bottom : none;

}

#banner ul.tab_navigation li {
	display : inline;
}

#banner ul.tab_navigation li a {
	display : block;
	float : left;
	padding : 0px 5px 0px 5px;
	height : 60px;
	line-height : 60px;
}

#banner ul.tab_navigation li a.current {
	padding : 0px 10px 0px 10px;
	border : none;;
	background-color : #fff;
}

#banner ul.tab_navigation li a:hover {
	
}
.tab_content {
	position : relative;
	float : left;
	width : 99.65%;
	border-right : 1px solid #e4e9ec;
	border-left : 1px solid #e4e9ec;
	margin-bottom : 0px;
}

.tab_content_footer {
	clear : both;
	height : 10px;
	width : auto;
	background : url(images/tab_content_footer.gif) no-repeat center bottom;
}

.tab_content .tab_content {
	border : none;
}

.tab_content_item {
	padding : 10px;
}

/* @end */
/* @group Pagination */
/* pagination */
.pagination_nav_wrapper {
position : relative;
clear : both;
width: auto; 
height : 30px;
background-color : #DFDFDF;
/*border-bottom : 1px solid #DFDFDF;*/
margin-top : 10px;
}
.first_page_button {
position : relative;
float : left;
width : 30px;
height : 30px;
background-image : url(images/arrow_first.png);
background-repeat : no-repeat;
border-right : 1px solid #fff;

}
.last_page_button {
position : relative;
float : right;
width : 30px;
height : 30px;
background-image : url(images/arrow_last.png);
background-repeat : no-repeat;
border-left : 1px solid #fff;
}
.prev_page_button {
position : relative;
float : left;
width : 30px;
height : 30px;
background-image : url(images/arrow_back.png);
background-repeat : no-repeat;
border-right : 1px solid #fff;

}
.next_page_button {
position : relative;
float : right;
width : 30px;
height : 30px;
background-image : url(images/arrow_next.png);
background-repeat : no-repeat;
border-left : 1px solid #fff;
}


.page_button {
position : relative;
float : left;
width : 30px;
height : 30px;
line-height : 30px;
text-align : center;
color : #414141;
border-right : 1px solid #fff;
}

.current_page_button {
position : relative;
float : left;
width : 30px;
height : 30px;
line-height : 30px;
text-align : center;
color : #414141;
background-color : #fff;
border-right : 1px solid #DFDFDF;
}
/* @end */


/* @group Forms */

/* form elements */

fieldset {
	position : relative;
	clear : both;
	padding : 10px;
	border : 1px solid #ddd;
	margin-bottom : 10px;
}

legend {
	font-size : 14px;
}

label {
	position : relative;
}

select {
	position : relative;
	width : 202px;
	height : 20px;
	border : 1px solid #ddd;
	padding : 2px;
}

textarea {
	width : 100%;
	border : 1px solid #ddd;
}

input[type=text] {
	position : relative;
	width : 200px;
	height : 18px;
	border : 1px solid #ddd;
}

input[type=password] {
	position : relative;
	width : 200px;
	height : 18px;
	border : 1px solid #ddd;
}

input[type=button] {
	position : relative;
	float : right;
	width : 80px;
	height : 25px;
	margin-left : 5px;
}

input[type=reset] {
	position : relative;
	float : right;
	width : 80px;
	height : 25px;
	margin-left : 5px;
}

input[type=submit] {
	position : relative;
	float : right;
	width : 80px;
	height : 25px;
	margin-left : 5px;
}

/* required field highlighter */

.required_star {
	font-size : 108%;
	color : #e5602e;
}

/* messages */

.help_message {
	position : relative;
	clear : both;
	width : 98.2%;
	height : 30px;
	line-height : 30px;
	padding-left : 10px;
	margin-bottom : 10px;
}

.help_message#instructions {
	border : 1px dotted #6594C7;
	color : #6594C7;
}

.help_message#tip {
	color : #6594C7;
}

.help_message#error {
	border : 1px dotted #f6a93b;
	color : #f6a93b;
}

.help_message#tip p {
	padding-left : 0px;
}

.help_message p {
	padding : 0px;
	margin : 0px;
	line-height : 30px;
	padding-left : 10px;
}

/* floated form element wrappers */

.input_wrapper {
	position : relative;
	float : left;
	width : 220px;
	height : 40px;
	margin-bottom : 10px;
}

.textarea_wrapper {
	position : relative;
	clear : both;
	margin-bottom : 12px;
	width : 100%;
}

.buttons_wrapper {
	position : relative;
	clear : both;
	width : 100%;
	margin-top : 10px;
	height : auto;
}

.captcha_content_wrapper {
	position : relative;
	float : left;
	width : 440px;
	height : 40px;
	margin-bottom : 12px;
}

.captcha_image_wrapper {
	position : relative;
	float : left;
	width : 202px;
	margin-right : 18px;
	height : 37px;
	line-height : 39px;
	text-align : center;
	font-size : 30px;
	overflow : hidden;
}

.captcha_input_wrapper {
	position : relative;
	float : left;
	width : 220px;
	height : 40px;
}

/* @end */

/* @group hCard */
.fn, .n, .org, .type {
	font-weight : bold;
}
.email .value {
	
		color : #f6a93b;
}
/* @end */

/* @group hCalendar */

/* @end */

/* @end */

/* @group Project(Project specific styles) */

/* project specific styles */

/* @group Elements */
body {
	background : url(images/main_bg.jpg) repeat-x;
}
body.administration {
	background : none;
	background-color : #CCCCCC;
}
strong {
	font-weight : bold;
}
.panel h1{
	position : relative;
	float : left;
	clear : both;
	padding : 30px 20px 0px 20px;
	height : 60px;
	font-size : 150%;
	color : #000099;
	width : 273px;
	line-height :28px;
}
.panel a{
	position : relative;
	float : left;
	clear : both;
	margin : 0px 20px 20px 20px;;
	font-size : 100%;
	color : #c30000;

	line-height :30px;
}
.panel a:hover{
	font-size : 100%;
	color : #CCCCCC;
}
.panel p{
	clear : both;
	padding : 25px 20px 0px 20px;
	height : 45px;
	color : #ffffff;
	line-height : 16px;
}
#content h2 {
	font-size : 150%;
	color : #000099;
	margin-bottom : 20px;
	padding-bottom : 20px;
	border-bottom : 1px solid #CCCCCC;
	
}
#admin_page h1 {
	font-size : 125%;
	color : #000099;
	margin-bottom : 0px;
	padding-bottom : 20px;
	border-bottom : 1px solid #CCCCCC;
	
}
#admin_page h2 {
	font-size : 125%;
	color : #000099;
	margin-bottom : 20px;
	padding-bottom : 20px;
	border-bottom : 1px solid #CCCCCC;
	
}
#content h3 {
	font-size : 110%;
	color : #000099;	
	margin-bottom : 2px;
}
#admin_page h3 {
	font-size : 110%;
	color : #000099;	
	margin-bottom : 0px;
	padding : 10px;
}
#content h4 {
	font-size : 90%;
	color : #CCCCCC;
}

#content h3 a{
	font-size : 100%;
	color : #000099;
}
#content p{
	margin-bottom : 10px;
	line-height : 16px;
}
#content a {
	color : #c30000;
}
#content a:hover{
	color : #CCCCCC;
}
#left_sidebar ul li {
	
	height : 30px;
	line-height : 30px;
	border-bottom : 1px dotted #CCCCCC;
}
#left_sidebar ul li a{
	display : block;
	height : 30px;
	line-height : 30px;

}
#right_sidebar object{
	
	height : 0px;
	width : 0px;
	/*visibility : hidden;*/

}
hr {
	
	display : block;
	height : 2px;
	border-top : 1px dotted #CCCCCC;
	border-left : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	margin : 20px 0px 20px 0px;
	

}

textarea {
	height: 200px;
}
/* @end */

/* @group Classes */
.main_navigation .subtext {
	color : #CCCCCC;
	font-size : 80%;
}
.panel {
	position : relative;
	height : 210px;
	width : 820px;
}
.banner_tab {
	position : relative;
	float : left;
	cursor : pointer;
	width: 273px;
	height: 60px;
	display: block;
}
.message_good {
	display : block;
	color : #000099;
	height : 20px;
	margin-bottom : 10px;
}
.message_bad {
	display : block;
	color : #ce7e5b;
	height : auto;
	margin-bottom : 10px;
}
.gold {

	color : #999933;

}
form .gold {
	font-size : 110%;
}
.green {

	color : #000099;

}
.gray {
	color: #939b9e;
}
.list_table {
	
	padding : 0px;
	margin : 0px;
}
ul.inner_list {

padding : 0px 10px 15px 10px;
}
.list_title input[type=radio] {
	margin-right : 10px;
}
.list_subtitle input[type=checkbox] {
	margin : 0px 10px 0px 10px;
}
.list_subtitle {

	display : none;
}
.list_subtitle_open {

	display : block;
}
/* @end */

/* @group Ids */
#contactSpacer {
	display: inline-block;
	width: 80px;
}

#ajaxSearch {
	display: none;
	border-left : 1px #ddd solid;
	border-right : 1px #ddd solid;
	border-bottom : 1px #ddd solid;

	background: #fff;
	/*padding: 0px 4px 4px 4px;*/
	width: 164px;
	font-size: 80%;
	font-style: italic;
	margin: -1px 0px 0px 0px;
	position: absolute;
}
#suggestion_title {
	
		border-top : 1px #ddd dotted;
		padding : 0px 0px 0px 4px;
	height : 18px;
	line-height : 18px;
		width: 160px;
}
#ajaxSearch ul li {
	font-size: 100%;
	color: #90989b;
	padding : 0px 0px 0px 4px;
	width: 160px;
	font-style: normal;
	height : 18px;
	line-height : 18px;
}

#ajaxSearch ul li:hover {
	background: #edf2f4;
	cursor : pointer;
}

.modal_window_overlay
{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    background:#ececec;
    opacity:.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    z-index:101;
}
.modal_window
{
    position:fixed;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
    z-index:102;
    border: 1px #000 solid;
    background: #fff;
}
.close_modal {
	top: -20px;
}

#denied_reason_span {
	display: block;
}

#top_navigation ul.navigation li {
	display : block;
	float : left;
	padding : 0px 20px 0px 10px;
	border-left : 1px solid #ddd;
	height : 20px;
}
#top_navigation ul.navigation li a{
	line-height : 30px;
	font-size : 90%;
	color : #000099;
}
#top_navigation ul.navigation li a:hover{
	color : #CCCCCC;
}
form#top_search  legend {
	visibility : hidden;	
}
#top_search input[type=text] {
	height : 14px;
	width : 158px;
	padding : 3px;
	margin : 0px 1px 0px 0px;
	font-size : 90%;
}
#top_search select {

	width : 158px;
	margin-right : 1px;
	font-size : 90%;
	height : 22px;

}
form#top_search input[type=submit] {
	background: url(images/button_bg_red.png) repeat-x 0 50%;	
	color : #ffffff;
	font-size : 80%;
	border : none;
	height : 22px;
	margin : 0px;
}
form#top_search fieldset {
	border : none;
	padding : 0px;
	margin : 0px;
	
}
#song_sort   legend {
	margin-bottom : 20px;
}
#song_sort  select {

	width : 124px;
	margin-right : 1px;
	font-size : 90%;

}

#song_sort fieldset {
	border-bottom : 1px solid #CCCCCC;
	padding : 0px 0px 20px 0px;
	margin : 0px 0px 20px 0px;
	border-top-style : none;
	border-right-style : none;
	border-left-style : none;
	width : 500px;

}

#footer {
	font-size : 90%;
	color : #CCCCCC;
}
#footer a{
	font-size : 100%;
	color : #000099;
}
#footer a:hover{
	font-size : 100%;
	color : #CCCCCC;
}
/*#panel_1 {
	background-image : url(images/banner_1.jpg);
}
#panel_2 {
	background-image : url(images/banner_2.jpg);
}
#panel_3 {
	background-image : url(images/banner_3.jpg);
}*/
#panel_1 h1{
	width : 273px;
}
#panel_2 h1{
	width : 546px;
}
#panel_3 h1{
	float : right;
	width : 415px;
	direction : rtl;
}
#panel_3 a{
	float : right;
}
ul#player {
	background : url(images/player_bg.gif) repeat-y;
	min-height : 333px;
	color : #ffffff;
	clear : both;
	cursor : default;
}
ul.song_list#player {
	background : none;
	min-height : 333px;
	color : #000099;
	clear : both;
}
ul#player .track{
height : 27px;
line-height : 27px;
border-top : 1px solid #ffffff;
}
ul.song_list#player .track{
height : 27px;
line-height : 27px;
border-bottom : 1px solid #CCCCCC;
}
ul#player .selected_track{
height : 80px;
line-height : 16px;
border-top : 1px solid #ffffff;
padding : 10px 10px 0px 7px;
}
ul.song_list#player .selected_track{
height : 80px;
line-height : 16px;
border-bottom : 1px solid #CCCCCC;
padding : 10px 10px 0px 7px;
}
ul#player .track span.track_number {
	
	display : block;
	float : left;
	height : 27px;
	width : 27px;
	line-height : 27px;
	margin : 0px 0px 0px 10px;
}
ul#player .track span.track_number_10 {
	
	display : block;
	float : left;
	height : 27px;
	width : 27px;
	line-height : 27px;
	margin : 0px 3px 0px 7px;
}
ul#player .track.selected_track span.track_number {
	
	display : block;
	float : left;
	height : 80px;
	width : 27px;
	line-height : 80px;
	margin : 0px 0px 0px 3px;
}
ul#player .track.selected_track span.track_number_10 {
	
	display : block;
	float : left;
	height : 80px;
	width : 27px;
	line-height : 80px;
	margin : 0px 3px 0px 0px;
}
ul#player .track.selected_track img.album_cover {
	display : block;
	float : left;
	height : 70px;
	width : 70px;
	background-color : #ffffff;
	margin-right : 10px;
}
ul.song_list#player .track.selected_track img.album_cover {
border : 1px solid #CCCCCC;
}
ul#player .track.selected_track span.record_company {
	display : block;
	float : left;
	color :#a8a8a8;
	font-size: 85%;
	line-height : 100%;
}
ul#player .track img.album_cover {
	display : none;
}
ul#player .track span.record_company {
	display : none;
	
}
ul#player .track form {
	display : none;
}
ul#player .track.selected_track form {
	display : block;
}
ul#player .track.selected_track img.player_button {
	display : block;
	position : relative;
	float : left;
	margin-right : 1px;
	cursor : pointer;
}
ul#player .track img.player_button {
	display : none;
}
ul#player .track.selected_track img.details_button {
	display : block;
	position : relative;
	float : left;
	margin-right : 1px;
	cursor : pointer;
}
ul#player .track img.details_button {
	display : none;
}
ul#player .track.selected_track img.download_button {
	display : block;
	position : relative;
	float : left;
	margin-right : 1px;
	cursor : pointer;
}
ul#player .track img.download_button {
	display : none;
}
#contact_form fieldset, #main_form fieldset{
	
	border : none;
	padding : 0px 0px 20px 0px;
	margin : 0px 0px 20px 0px;
	width : 500px;
}
#contact_form legend, #main_form legend{	
display : none;
}
#admin_page form#main_form{
	width : 860px;
	margin-bottom : 30px;	


}

#admin_page #main_form fieldset {
	position : relative;
	clear : both;
	padding : 10px;
	border : 1px solid #ddd;
	margin-top : 10px;
	margin-bottom : 10px;
	width : 840px;	
}
#admin_page #main_form legend {	
display : block;
width : 100px;
}
input[type=submit],input[type=clear], input[type=button]{
	background-color : #90989b;	
	color : #ffffff;
	font-size : 80%;
	border : none;
	height : 20px;
	margin : 0px 0px 0px 1px;
}
fieldset#frm_step_1 legend, fieldset#frm_step_2 legend, fieldset#frm_step_3 legend, fieldset#frm_step_4  legend{
	visibility : visible;
	display : block;
	color : #000099;
}
fieldset#frm_step_1{
	
	display : block;
}
fieldset#frm_step_2, fieldset#frm_step_3, fieldset#frm_step_4 {
	
	display : none;
}

/* @end */

/* @group Plugins */

/* Content Slider */

#slider {
	position : relative;
	width : 850px;
	margin : 0 auto;
}

.scroll {
	position : relative;
	height : 230px;
	overflow : hidden;
}

.scroll_container {
	width : 1000px;
}

.scroll_container div {
	position : relative;
	float : left;
}

.scroll_container div.panel {
	position : relative;
	float : left;
	height : 230px;
	width : 850px;
}

.panel_content {
	position : relative;
	width : 100%;
	height : 230px;
}

.scroll_buttons {
	position : absolute;
	top : 122px;
	cursor : pointer;
}

.scroll_buttons.left {
	left : -10px;
}

.scroll_buttons.right {
	right : -10px;
}
/* @end */

ul.artist_list li {
  margin: 2px 0;
}

h2 img.album_cover, ul.artist_list li img.album_cover {
  height: 25px;
  vertical-align: middle;
}

div.gallery div.item {
	float: left;
	padding: 0 10px 20px 0;
	text-align: center;
}

div.gallery div.item a:hover {
	text-decoration: underline;
}

hr.clear {
	clear: both;
}

a.artist_gallery_image_upload_add {
	display: inline-block;
	margin: 5px 0;
	text-decoration: underline;
}

a.artist_gallery_image_upload_add:hover {
	text-decoration: none;
}

/* @end */
