/* CSS Document */

#carousel_wrapper
{
	position:relative;
	float:left;
	margin-top:10px;
	width: 100%;
	height: 315px;		
	overflow: hidden;
}

.caroufredsel_wrapper
{
	width:730px;
}

#carousel_buttons
{
	width:45%;
	height:30px;
	vertical-align:center;
	text-transform:uppercase;
	text-align:center;
	margin-left:30%;
	position:relative;
	float:left;
}
.carousel_button
{
	width:150px;
	background-color:#333;
	color:#EEE;
	padding:4px;
	cursor:pointer;
	position:relative;
	float:left;
}
.carousel_button_active
{
	width:150px;
	background-color:#EEE;
	color:#111;
	padding:4px;
	cursor:pointer;
	position:relative;
	float:left;
}
.carousel_button:hover, .carousel_button_active:hover
{
	opacity: 0.8;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.inner_carousel
{
    position:relative;
    float:left;
    margin-left:60px;
}
.image_carousel {
	padding: 15px 0 15px 0px;
	position: relative;
	clear:both;
	margin-left: 0px;
}
.image_carousel img {
	border: none;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
	float: left;
}
.image_title
{
	display: block;
	position: relative;
	float: left;
    color: White;
    font-size: 11pt;
    text-decoration: none;
    text-align: center;
	padding-top:7px;
    margin-left:0px;
    width: 170px;
    max-height: 40px;
}

.movie_types
{
    color:#ffc025;
    font-size: 9pt;
    text-decoration: none;
    text-align: center;
}
.image_trailer
{
	display: block;
	position: relative;
	float: left;
    color: White;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    margin-left:0px;
    width: 125px;
    height: 12px;
}
.image_carousel a
{
    color: White;
    text-decoration: none;
}
.cimg 
{
	display: block;
	position: relative;
	float: left;
    width: 170px;
    height: 325px;
	text-align:center;
}

.cimg img
{
	margin-left:10px;
	width:150px;
	border:1px solid #FFC;
}


a.prev {
	background: url(../images/icoLeftArrow.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 110px;
	opacity: 0.8 ;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
a.next {
	background: url(../images/icoRightArrow.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 110px;
	opacity: 0.8 ;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
a.prev:hover, a.next:hover
{
	opacity: 1.0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
a.prev {			left: 10px; }
a.next {			right: 10px; }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

.rotate_carousel {
	padding: 15px 0 15px 0px;
	position: relative;
	margin-left: 0px;
}
.rotate_cube {
	padding: 0px 15px 15px 0px;
	position: relative;
	margin-left: 14px;
}
.rimg 
{
	display: block;
	position: relative;
	float: left;
    width: 410px;
    height: 156px;
}

#rleft_pag
{
    margin-top: 15px;
}
#rright_pag
{
    margin-top: 15px;
}