/* LEARN MORE SLIDER - PAGES EXCLUDING APPLICATIONS */

#tourslider {margin: 0 auto; position: relative; width: 960px; overflow: hidden;}	
#tourslider ul, #tourslider li {margin:0;padding:0;list-style:none;}
#tourslider li{ width:960px;height:465px;overflow:hidden;}	

#prevBtn, #nextBtn{ left:500px;top:340px; position:absolute; }	
.next{ left:800px;}	
#nextBtn { left:625px; }
											

/*
#prevBtn, #nextBtn{display:block;width:89px;height:37px;position:absolute;left:500px;top:340px;}	
#nextBtn{ left:600px;}														
#prevBtn a, #nextBtn a{z-index: 100; display:block;text-indent: -9999px;width:89px;height:37px;background:url(../images/button_prev.png) no-repeat 0 0; border: none;}
#prevBtn a:focus, #nextBtn a:focus {-moz-outline-style: none;}
#nextBtn a{background:url(../images/button_next.png) no-repeat 0 0;}
#prevBtn a:hover, #nextBtn a:hover {background-position: 0 -37px;}
*/