#container #slider-photos img{
	margin: 4px 10px;
	}
#container #slider-videos img{
	margin: 10px 10px;
	}
	
pre {
	display:block;
	padding:10px;
	margin:.5em 0;
	width:410px;
	background-color: #FFFFFF;
	}	
		
/* image replacement */
.graphic, #prev-photos, #next-photos, #prev-videos, #next-videos {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}

/* // image replacement */
		
#container {
	position:relative;
	text-align:left;
	width:370px;
	float: left;
	margin-bottom:5px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: 22px;
	z-index: 3000;
	}	
#content{
	position:relative;
	z-index: 4000;
	overflow:hidden;
	height:105px;
	overflow:hidden;
	}			

/* Easy Slider */

#slider-photos ul, #slider-photos li,
#slider-videos ul, #slider-videos li{
	padding:0;
	list-style:none;
	margin: 0;
	}
#no-slider li {
	list-style-type: none;
	}
#slider-photos li, #slider-videos li  {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:370px;
	height:104px;
	overflow:hidden;
	text-align: left;
	font-size: 12px;
	list-style-type: none;
	}	

#prev-photos, #next-photos,
#prev-videos, #next-videos{
	display:block;
	width:20px;
	height:104px;
	position:absolute;
	left:-20px;
	top:0px;
	z-index:5000;
	}	
#next-photos, #next-videos{
left:370px;
	}														
#prev-photos a, #next-photos a,
#prev-videos a, #next-videos a{
	display:block;
	position:relative;
	width:20px;
	height:104px;
	background-image: url(images/btn_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5000;
	}	
#next-photos a, #next-videos a{
background-image: url(images/btn_next.png);
background-repeat: no-repeat;
background-position: center center;
	}	
	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
margin-top: 0;
margin-right: 10px;
margin-bottom: 0;
margin-left: 0;
	}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
background:#FF0000;
color:#555;
padding:0 10px;
text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
