@charset "UTF-8";


/* example_4 css */
#example_4 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 186px; /* important */
	height: 343px; /* important */
	background: #000000;
}

#example_4_frame {position: relative}
#example_4_frame img {position: absolute;}
#example_4_previous {top: 0; left: 0;}
#example_4_next {top: 378px; 
left: -7px;
padding-top:3px;


}

#example_4_content {
	position: absolute;
	margin-top: 86px;
	left: 0;
}


#example_5 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 186px; /* important */
	height: 225px; /* important */
	background: #000000;
}

#example_5_frame {position: relative}
#example_5_frame img {position: absolute;}
#example_5_previous {top: 0; left: 0;}
#example_5_next {
top: 250px; 
right: 55px;
padding-top:0px;
padding-bottom:20px;
}

#example_5_item{
			
}

#example_5_content {
	
	position: absolute;
	margin-top: 400px;
	right: 0;
}


			
