.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#content{
	position:relative;
}	

#slideshow
{
	margin-left: 30px;

}

#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{
	margin-top:1em;
}
#slider img{
	border:none;
}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:630px;
	height:288px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:block;
	width:21px;
	height:37px;
	position:absolute;
	left:5px;
	top:196px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:668px;
}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:23px;
	height:37px;
	background:url(img/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(img/btn_next.gif) no-repeat 0 0;	
}	
	
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	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;
}

.best-in-space{
	padding:10px;
}

.best-in-space h3{
	
}

#title { font-size: 10px; font-family: Verdana, Helvetica, Arial, sans; }

a#prev, a#next { font-size: 14px; font-family: Verdana, Helvetica, Arial, sans; color: #000; text-decoration: none; }
a#prev:hover, a#next:hover {text-decoration: underline; }
	
.pics { height: 288px; width: 630px; padding:0; margin:0; overflow: hidden }
.pics img { height: 288px; width: 630px; padding: 0; top:0; left:0 }

.slide {
	z-index:100;
	position:relative;
	margin-top: -25px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
}
.nav {
	z-index:100;
	position:relative;
	float:right;
	margin-top: -25px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0;
}

#nav a { margin: 0 2px; padding: 3px 5px; border: 1px solid #ccc; background: #fff; text-decoration: none; font-size: 10px; font-family: Arial, Helvetica, Arial, sans;  }
#nav a.activeSlide { background: #d0cdbc; font-size: 10px; font-family: Arial, Helvetica, Arial, sans; }
#nav a:focus { outline: none; font-size: 10px; font-family: Arial, Helvetica, Arial, sans; }

