#movieSlide {width:100%;	 max-height:570px; float:left;overflow:hidden;}
 

.list_carousel {
	margin:0;
	width: 100%;
	height:100%;
}
.list_carousel ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li img {
	opacity:.65;
	width:100%;
	float:left;
	padding:0;margin:0; 
	
	-webkit-transition: all 0.7s ease; 
	-moz-transition: all 0.7s ease; 
	-o-transition: all 0.7s ease;	

}

.list_carousel li img:hover {opacity:1;
	
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease;	
	
	
}
.list_carousel li.selected img {opacity:1;}

.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;

	width: 190px;
	height:95px;
	
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	

}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
	float: left;
 
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

/*////////////////////////////////////*/

 ul#movieSel .list_carousel {height:200px;}

/*////////////////////////////////////*/


#movieSlide_pag  {
	display:block;
	float:right;
	width:50px;
	height:100%;
	position:absolute;
	right:5px;
	top:9px;
	z-index:900;
 	opacity:.3;
	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;	
	
}
#movieSlide_pag:hover  {opacity:1;}

#movieSlide_pag  div.thumbnails {
	text-align: center;
	height:100%;
}
div.thumbnails img {
	height:30px;
	width:45px;
	cursor: pointer;
 
 	opacity:.4;
	background-color: #ccc;
	
	padding: 1px;
	margin: 0 0 2px 0;
	display: inline-block;
	float:none;
 
	
}
div.thumbnails img:hover {
	background-color: #ccc;
	opacity:.65;
}
div.thumbnails img.selected {
	background-color: #fff;
	
	opacity:1;
}
.clearfix {
	float: none;
	clear: both;
}

/*////////////////////////////////////*/

.prev3, .next3  {
	z-index:870;
	width:100%;
	padding:21px 5px;
	position:absolute;
	z-index:870;

	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;	
	
}

.prev3:hover, .next3:hover{
	background-color: rgba(0, 0, 0, 0.47);	
}

.prev3 {
	top:0;
}
.next3 {
	bottom:-3px;
}

/*////////////////////////////////////*/

.l_prev, .r_next {width:36px;}
.l_prev {}
.r_next {}

.prev2, .next2  {
	width:100%;
 
	padding:40px 13px;
	z-index:870;	
	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;	
	
}

.prev2:hover, .next2:hover{
	background-color: rgba(0, 0, 0, 0.6);	
}

.prev2 {
	float:left;
	border-right:1px solid #151515;
}
.next2 {
	float:right;
	border-left:1px solid #151515;
}

/*////////////////////////////////////*/

.html_carousel {
	height:575px;
	
}
.html_carousel img {
	height:100%;
	width:1025px;
}

.html_carousel, .html_carousel img {
	padding:0;
	z-index:869;
	position:relative; 
	
}
 
.html_carousel div.slide {
	position: relative;
}

.html_carousel div.slide div {width: 100%; height:100%;}



.html_carousel div.slide div, .mButtons {
	position: absolute;	
	z-index:872;

	}
.html_carousel div.slide h2{
	font-size:58px; 
	font-family:  HeroLight, Tahoma, Arial;
}
.html_carousel div.slide p {
	padding: 15px;
	color:#fcfcfc;
}
.html_carousel div.slide h2, .html_carousel di2.slide p {
	color: white;
	margin: 0;
}
 
