@charset "UTF-8";
/* CSS Document */

  /* image replacement */
        .graphic, #left_control, #right_control, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
             
            }
    /* // image replacement */



#left_control {
	height: 56px;
	width: 70px;
	background-image: url(/images/left_control.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: -135px;
}
#right_control {
	float: right;
	height: 56px;
	width: 70px;
	margin-top: -135px;
	background-image: url(/images/right_control.png);
	background-repeat: no-repeat;
}
#slides {
	height: 259px;
	width: 767px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: auto;
	overflow:hidden;
	padding-bottom: 20px;
}

#slides ul {
	list-style:none;
	margin-top: 30px;
}


														
#left_control a, #left_control a{  
	display:block;
	width:70px;
	height:56px;
	background:url(images/left_control.png) no-repeat 0 0;	
	}	
#right_control a{ 
	background:url(images/right_control.png) no-repeat 0 0;	
	display:block;
	width:70px;
	height:56px;
	}	