@charset "utf-8";
/* CSS Document */

.album_container{
			margin:0 auto;
			position:relative;
			text-align:left;
			width:509px;
			float:left;
			padding-left:25px;
			/*overflow:hidden;*/
			
	}
	
.new_custom_boxc{
			width:67px;
			border:1px solid #FFFFFF;
			height:67px;
			float:left;
			/*position:relative;*/
			}
.new_custom_boxc a{
	text-decoration:none;
}
.new_custom_boxd{
			width:67px;
			border:2px solid #FFFFFF;
			height:67px;
			float:left;			
			}
			
.new_custom_boxd a{
	text-decoration:none;
}

/* image replacement */
        #pre_arrow, #next_arrow{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */	
	
#pre_arrow, #next_arrow{ 
		display:block;
		width:16px;
		height:18px;
		position:absolute;
		float:left;
		
		top:30px;
		}
		
#pre_arrow{
	left:9px;
}

#next_arrow{
	left:543px;
}

#pre_arrow a, #next_arrow a{  
		display:block;
		width:25px;
		height:18px;
		text-decoration:none;
		}	
#pre_arrow a{
	background:url(/web/images/custom_bullett.jpg) no-repeat 0 0;
	
}	

#next_arrow a{
	background:url(/web/images/custom_bullett2.jpg) no-repeat 0 0;	
}	

	
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;

		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 		
		width:509px;
		height:73px;
		overflow:hidden; 
		
		}	