/*MAIN BOX CONTENT*/
	*{
		font-family: arial;
	}
	*/* *///{
		font-family: arial;
		font-family: futura;
	}
#main_content{
		z-index: 5;
		position: relative;
		width: 100%;
		max-height: 478px;
		height: 478px;
		min-height: 478px;
		top: 0px;
		left: 20px;
		overflow: auto;
	}
	.mediums{
		height: 100%;
	}
	.piece_container{
		position: relative;
		margin-top: 5px;
		height: 460px;
		float:left;
	}
	.piece_image{
		position:relative;
		float:left;

	}
	.piece_info{
		font-size:12px;
		color: white;
		position:relative;
		clear: both;
		top: 5px;
	}
	.piece_thumbs{
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.thumb{
		min-width:20px;
		margin-bottom: 10px;
	}
	#mask {
        width:800%;  
        height:425px; 
        max-height: 465px;
		min-height: 465px;
		padding: 0px;
		margin:0px;
    }
    #item1, #item2,#item3,#item4,#item5,#item6,#item7,#item8,#item9,
     #item10, #item11,#item12,#item13,#item14,#item15,#item16,#item17,#item18,{
     	border: 1px solid pink;
    	max-height: 460px;
    	min-height: 460px;
    	height: 460px;
    }
    .item{ 
    	position: relative;
        float:left;
        margin-right: 175px;
    }
    h2{
   		color: white;
   	}
/*INFO BOX CONTENT STYLING*/
	#info*{
		z-index: 10;
	}
	#info2{
		z-index: 10;
	}
	#info_title{
		position: relative;
		left: 18px;
		margin: 0px;
		padding: 0px;
	}
	#info_head{
		position:relative;
		left: 10px;
		width: 262px;
		font-style:italic;
		color: #df7c1f;
		font-weight: 500;
		font-size: 36px;
		margin-bottom:2px;
		line-height:90%
	}
	
	#info_sub_head{
		position:relative;
		left: 12px;
		width: 260px;
		color: white;
		font-weight: 400;
		font-size: 28px;
		line-height:90%
	}
	#info_content{
		position:relative;
		left: 20px;
		top: 5px;
		width: 215px;
		color: white;
		font-weight: 100;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	
    .panel{
    	color: #c94b06;
    	font-size: 20px;
    	font-weight: 400;
    }
    #main_wrap{
    	width:100%; 
    	height: 470px;
    	position:fixed; 
    	top: 90px;
    	left: 300px;
	} 
	.clear{
		clear: both;
		width: 100%;
	}
	#challenge_t{
		color: #ffd235;
	}
	#beg{
		float: left;
		position: relative;
		top: 250;
		left: -100px;
	}
	#bk_beg{
		
	}
	
    .plBtn{
    	z-index: 10;
    	position: absolute;
    	top: 120px;
    	left: 150px;
    	visibility: hidden;
    }
