/* Easy Slider */

	#gallery-slider{
		margin-left: 30px;
		margin-top: 5px;
		float: left;
	}
	
	#gallery-slider ul, #gallery-slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#gallery-slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:120px;
		height:180px;
		overflow:hidden;
		}
		
	#artist-slider{
		margin: 10px 0px 0 250px;
		position: relative;
	}
	
	#artist-slider ul, #artist-slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#artist-slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:264px;
		height:166px;
		overflow:hidden;
		}
	#artist-slider li p{
		text-align: center;
	}
	
	#visitors{
		margin-left: 30px;
		margin-top: 0px;
		position: relative;
		float:left;
		background: transparent url('../img/layout/gall_bg.gif');
	}
	
	#visitors ul, #visitors li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#visitors li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:715px;
		height:480px;
		overflow:hidden;
		}
	
	#visitors li img{
		display: block;
		margin: 0 auto;
		text-align: center;
		max-height: 400px;
	}
	
	#visitors li h2{
		text-align: center;
	}
	
	#visitors li p{
		margin-top: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		text-shadow: 0px 1px 0 #FFFFFF;
	}
	
	#prevBtn, #nextBtn,
	#next, #previous{ 
		display:block;
		width:15px;
		height:30px;
		position:absolute;
		left:650px;
		top:225px;
		z-index:3;
		}
	#next, #previous{ 
		display:block;
		width:15px;
		height:30px;
		position:absolute;
		left:65px;
		top:290px;
		z-index:3;
		}
	#nextBtn, #next{ 
		left:815px;
		}
		
	#prevBtn a, #nextBtn a,
	#next a, #previous a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/layout/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #next a{ 
		background:url(../img/layout/btn_next.gif) no-repeat 0 0;	
		}
	
/* // Easy Slider */