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

#wrap_carousel {
	background: #fff;
    width: 228px;  
    height: 176px;
    padding: 6px; 
	margin: 0 0 0 0;
    position: relative;
	
} 
#carousel {
/*	background: none !important;*/
}
#carousel ul{
	/*background: ;*/
	 width: 228px;	
}
#carousel li{  
	margin: 0;
    float: left;  
	text-align: center;
    overflow: hidden;
	/*padding: 20px;*/
    display: inline;
    width: 228px;  
    height: 175px;
}  

#prev, #next {  
    position: absolute;  
    cursor: pointer;
	z-index:100; 
}  
#prev{  
    left: -36px; top:75px;  
}  
#next {  
    right: -36px;  top:75px; 
} 


