#slider {
  position:absolute;
  top:140px;
}	
#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:960px;
	height:270px;
	overflow:hidden; 
	}	
	
p#controls{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	width:28px;
	height:78px;
	position:absolute;
	top:237px;
	left:-28px;
	}	
#nextBtn{ 
	left:960px;
	}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:30px;
	height:77px;
	background:url(im/prev.gif) no-repeat 0 0;
	overflow:hidden;
    text-indent:-8000px;	
	}	
#nextBtn a { 
	background:url(im/next.gif) no-repeat 0 0;	
	}
	
	
.inner_slide {
  display:block;
  padding:10px 25px 10px 10px;
  color:#FFF;
  font-size:1.1em;
}

.slide_img {
  float:left;
  margin-right:25px;
  border:1px solid #a44d1d;
} 

a.slide_more:link, a.slide_more:visited {
	overflow:hidden;
    text-indent:-8000px;	
    display:block;
    width:111px;
    height:34px;
    background: transparent url(im/more.gif) no-repeat;
}

.inner_slide h2 {
  margin:10px 0 0 0;
  padding: 0;
  font-size:2em;
  font-weight:normal;
}

.inner_slide h2 a:link, .inner_slide h2 a:visited {
  text-decoration:none;
  color:#FFF;
  font-weight:normal;
}

.inner_slide h2 a:hover {
  text-decoration:underline;
}