
/* SLIDER */
.slider {
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow:0 0 5px rgba(0,0,0,.8);
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.8);
    box-shadow:0 0 5px rgba(0,0,0,.8);
	}
    #slideshow {
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	overflow:hidden;
	z-index:50;
	}
    #slides {position:relative;  list-style:none; overflow:auto}
    #slides li {width:540px; height:258px}
	
	#slider_top_bar {
	   
	   background:url(../images/slider_top_line.html) no-repeat;
	   position:absolute;
	   top:-6px; left:-4px;
	   z-index:99;
	   }
	.slider_pagi_holder {
	z-index:9999;
	min-width:100px; max-width:180px;
	width:auto; height:51px;
	top:-265px;
	margin: 0 auto;
	}
	#sli_pag_left, #sli_pag_right {
	position:absolute;
	width:49px; height:51px;
	background-image:url(../images/slider_top_nav_bar_g_l.html);
	background-color:transparent;
	z-index:99999;
	top:0;
	}
	#sli_pag_left { background-position: 0 0; left:-32px;}
	#sli_pag_right { background-position: -51px 0; right:-32px;} 
	   
    .pagination { 
	   list-style:none;
	   width:auto; height:51px;
	   padding:0 15px;
	   margin:0;
	   background:url(../images/slider_top_nav_bar.html) no-repeat;
	   }
	   .pagination li {
	   display:inline-block;
	   width:20px; height:20px;
	   background-image:url(../images/slider_c.html);
	   background-color:transparent;
	   background-position: 0 -40px;
	   margin:16px 0 0 0;
	   cursor:pointer;
	   }
	   .pagination li:hover {
	   background-position: 0 -20px;
	   }
	   .pagination li.current {
	   background-position: 0 -0px;
	   }
