#skybox{margin-bottom:20px;margin-top:0;}    
	
	/* image replacement */
      #skybox .graphic, #skybox #prevBtn, #skybox #nextBtn, #skybox #prevBtn2, #skybox #nextBtn2, #skybox #slider1prev, #skybox #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#foto-slider{	
		margin:0 auto;
		position:relative;
		text-align:center;
		width:298px;
		background:#fff;
		border:1px solid #959595;
		font-family:"Trebuchet MS", Verdana, Arial;
		font-size:12px;		
		}	
		
	#video-slider{	
		margin:0 auto;
		position:relative;
		text-align:center;
		width:298px;
		background:#fff;
		border:1px solid #959595;
		font-family:"Trebuchet MS", Verdana, Arial;
		font-size:12px;		
		}						

/* Easy Slider */

	#skybox #slider{position:relative;margin:2px auto 4px auto}

	#skybox #slider ul, #skybox #slider li,
	#skybox #slider2 ul, #skybox #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		background-image:none !important;
		background-color:#ebebeb;
		text-align:left;
		}
	
	#skybox .sliding-box{float:left;padding:5px;width:117px;text-align:center}
	#skybox .sliding-box img{margin-bottom:10px;}
	#skybox .sliding-box a{color:#375582}		
	
	#skybox #slider2{margin-top:1em;}
	#skybox #slider li, #skybox #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:254px;
		height:120px;
		overflow:hidden; 
		}	
		
	#skybox #prevBtn, #skybox #nextBtn,
	#skybox #slider1next, #skybox #slider1prev{ 
		display:block;
		width:14px;
		height:75px;
		position:absolute;
		left:5px;
		top:17px;
		z-index:1000;
		padding-top:47px;
		background-color:#959594
		}	
	#skybox #nextBtn, #skybox #slider1next{ 
		left:279px;
		}														
	#skybox #prevBtn a, #skybox #nextBtn a,
	#skybox #slider1next a, #skybox #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#skybox #nextBtn a, #skybox #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	#skybox #prevBtn2, #skybox #nextBtn2{ 
		display:block;
		width:14px;
		height:75px;
		position:absolute;
		left:5px;
		top:17px;
		z-index:1000;
		padding-top:47px;
		background-color:#959594
		}	
	#skybox #nextBtn2{ 
		left:279px;
		}														
	#skybox #prevBtn2 a, #skybox #nextBtn2 a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#skybox #nextBtn2 a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}			
		
		
	/* numeric controls */	

	#skybox ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	#skybox ol#controls li, #skybox ul#controls li.numeric{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	#skybox ol#controls li a, #skybox ul#controls li.numeric a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	#skybox ol#controls li.current a, #skybox ul#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	#skybox ol#controls li a:focus, #skybox ul#controls li.numeric a:focus, #skybox #prevBtn a:focus, #skybox #nextBtn a:focus, #skybox #prevBtn2 a:focus, #skybox #nextBtn2 a:focus{outline:none;}
	
	#skybox ul#controls {
		height: 30px;
		margin-left: -40px;
	}
	
/* // Easy Slider */
