
/*
HOMEPAGE SLIDESHOW -------------------------------------*/

#slideshowArea {width:510px;}
#slideshow {border:5px solid #eee;background-color:#065ea8;}
#slideshow ul, #slideshow li {list-style:none;width:520px;height:100px;margin:0;padding:0;overflow:hidden;}

#prev, #next {float:left;display:block;width:22px;height:22px;margin:4px 0 10px 2px;}

#prev a, #next a {display:block;background:url(../images/sliderPrev.png) no-repeat;width:22px;height:22px;text-indent:100px;}
#next a {background:url(../images/sliderNext.png) no-repeat 0 0;}


/*
EASY SLIDER -------------------------------------*/

#slider {margin-top:5px;border:5px solid #ddd;}
#slider:hover {border-color:#eee;}
#slider ul, #slider li {margin:0;padding:0;list-style:none;}
#slider li {width:520px;height:100px;overflow:hidden;}

#prevBtn, #nextBtn {float:left;display:block;width:22px;height:22px;margin:8px 0 10px 2px;}

#prevBtn a, #nextBtn a {display:block;background:url(../images/sliderPrev.png) no-repeat;width:22px;height:22px;text-indent:100px;}	
#nextBtn a {background:url(../images/sliderNext.png) no-repeat 0 0;}

#slider li p {float:right;display:block;}