#container{
position:relative;
text-align:left;
width:550px;
background:#fff;
margin-bottom:0em;
padding: 0px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
}	
#content{
position:relative;
display: block;
margin: 0px;
padding: 0px;
float: left;
width: 550px;
background-color: #FFFFFF;
}			
/* Easy Slider */

#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
background-color: #FFFFFF;
}
#slider li, #slider2 li{
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:550px;
overflow:hidden;
}	

#slider2 li{ 
background:#ffffff;
}		
#slider2 li h2{ 
margin:0 20px;
padding-top:20px;
}	
#slider2 li p{
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}						

p#controls, p#controls2{
margin:0;
position:relative;
padding: 0px;
} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
display:block;
margin:0;
overflow:hidden;
text-indent:-8000px;
width:30px;
position:absolute;
left:-30px;
top:-140px;
height: 77px;

}	
#nextBtn, #nextBtn2{
left:550px;
}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{
display:block;
width:30px;
margin-left:10px;
height: 77px;
background-image: url(../images/prev.jpg);
background-repeat: no-repeat;
background-position: 0px 25px;
}
#prevBtn a:hover, #nextBtn a:hover, #prevBtn2 a:hover, #nextBtn2 a:hover{
background-image: url(../images/prev-h.jpg);
background-repeat: no-repeat;
background-position: 0px 25px;
}
#nextBtn a, #nextBtn2 a{
display:block;
width:22px;
height:77px;
margin-left:3px;
background-image: url(../images/next.jpg);
background-repeat: no-repeat;
background-position: 0px 25px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#nextBtn a:hover, #nextBtn2 a:hover{
background-image: url(../images/next-h.jpg);
background-repeat: no-repeat;
background-position: 0px 25px;
}	

