/* Home Glider */

#home-glider {
	padding:15px 0 15px 0;
	margin:0;
	width:960px;
}

#home-glider .scroller .section img {
	float:left;
	padding-top:1px;
	height:400px;
}

#home-glider .scroller .section .intro {
	float:right;
	width:280px;
	height:280px;
	padding:10px 7px 10px 0px;
}

#home-glider .scroller .section h3 {font-size:14px; letter-spacing:3px; margin-top:14px; margin-bottom:14px; padding:0; font-weight:normal;}
#home-glider .scroller .section h3 a {text-decoration:none; color:#000; text-transform:uppercase;}
#home-glider .scroller .section h3 a:hover {color:#000;}

#home-glider .scroller .section p {
	font-size:11px;
	line-height:1.5em;
	color:#666;
}

#home-glider .scroller .section p.category {margin-bottom:28px; color:#afafaf; text-transform:uppercase; letter-spacing:3px; font-size:10px;}

#home-glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	width: 960px; 
	height: 400px;
	overflow: hidden;
	}
#home-glider div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		height:400px;
		overflow:hidden;
		}
#home-glider div.scroller div.content {
		width: 10000px;
		}


/* OLD INDEX */

/*#home-glider .controls {
float:left;
width:70px;
height:400px;
}

#home-glider .controls img {
padding:0px;
margin:0 0 20px 0;
}*/


/* Artist Glider */

#artist-glider {
	padding:0 0 15px 0;
	margin:0;
	width:450px;
	float:right;
}

#artist-glider .scroller .section img {
	float:left;
/*	width:80px; */
	height:60px;
	margin-right:8px;
	margin-bottom:10px;
	border:1px solid #d9d9d9;
}

#artist-glider .scroller .section h3 a:hover {
	text-decoration:none;
	color:#C00;
}


#artist-glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	width: 450px; 
	padding:20px 0;
	}
#artist-glider div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:450px;
		}
#artist-glider div.scroller div.content {
		width: 10000px;
		}
		
#artist-glider div.scroller div.content p {
	margin:72px 0 0 0;
	font-size:11px;
	text-transform:uppercase;
	line-height:72px;
	background:#FFF;
	border:1px solid #d9d9d9;
	text-align:center;
	color:#999;
	}

#artist-glider .controls {
	width:100%;
	height:56px;
}

#artist-glider .controls ul {
	width:450px; 
	list-style:none; 
	position:absolute;
	border-bottom:1px solid #D9D9D9; 
	}
	#artist-glider .controls ul li {
		list-style:none; float:left; margin:0; padding:0;
		}
		#artist-glider .controls ul li a {
			padding:0; 
			margin-right:31px; 
			font-size:11px; 
			line-height:36px; 
			text-transform:uppercase; 
			color:#afafaf;
			text-decoration:none;
			font-family:Verdana, sans-serif;
			}
			#artist-glider .controls ul li a:hover {
				color:#000;
				text-decoration:none;
				}

/* Basic Gallery Glider */

#gallery-glider {
	position:relative;
	height:620px;
	padding:0 0 15px 0;
	margin:0;
	width:450px;
	float:right;
}


#gallery-glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	width: 450px; 
	height: 250px;
	overflow: hidden;
	}
#gallery-glider div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:450px;
		height:250px;
		overflow:hidden;
		}
#gallery-glider div.scroller div.content {
		width: 10000px;
		}
		

#gallery-glider .controls {
	width:450px;
	position:absolute;
	bottom:-20px;
	margin:0;
	left: 5px;
}

#gallery-glider .controls img {width:78px; height:60px; float:left; margin-left:15px; margin-bottom:15px;}
