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

/* carou */


			html, body {
				padding: 0;
				margin: 0;
			}
			.list_carousel {
			background:url(../img/film.gif) no-repeat;
				margin: 0 0 40px 0;
				width: 620px;
				height:192px;
			}
			.list_carousel ul {
				margin: 0 0 0 8px;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				text-align: center;
				width: 192px;
				height: 128px;
				padding: 0;
				margin: 33px 5px 32px 5px;
				display: block;
				float: left;
				z-index:1;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin:-116px 0 0 0;
				z-index:2;
				position:relative;
			}
			.next {
				float: right;
				margin:-116px 0 0 574px;
				z-index:3;
				position:relative;
			}
			.pager {
				float: left;
				width: 620px;
				padding:2px 0 0 16px;
				text-align: center;
				font-weight:bold;
			}
			.pager a {
				margin: 0 2px 0 0;
				text-decoration: none;
				color:#fff;
				width:15px;
				display:block;
				float:left;
				background:#555;
				padding:2px 5px 2px 5px;
			}
			.pager a.selected {
				text-decoration: underline;
				background:#e23535;
			}





