/* hide accessible tabs */
#tbooking      { display: none; }
#tcomingsoon   { display: none; }
#tnewreleases  { display: none; }
#trecommended  { display: none; }
#tnonstop	   { display: none; }

#jsmovietabs   { display: block; }

/* hide inactive movie grids */
#comingsoon  { display: none; }
#newreleases { display: none; }
#recommended { display: none; }

.movPlayer .movieSelect { background:#d6d6d6 url(../img/trailer_.gif) no-repeat 140px 1px;}
.movPlayer .movieSelect .fixed1{ left:140px; height:82px;}
.movPlayer .movieSelect .fixed2{ left:256px; height:82px;}
.movPlayer #movScr a.play{ background: url(../img/play.png) no-repeat center; width:100%; height:262px; display:block; position:absolute; cursor:pointer;}
.movPlayer #movScr a.play{ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/trailer/button_ie.png', sizingMethod='crop');}
.movPlayer #movScr a.play:hover{ background: url(../img/play_h.png) no-repeat center;}
.movPlayer #movScr a.play:hover{ background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/trailer/button_hover_ie.png', sizingMethod='crop');}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:114px; 
	height:78px;
	overflow:hidden;
}
.jcarousel-list li a{
	background:#333; 
	width:114px; 
	height:78px; 
	overflow:hidden; 
	color:#fff; 
	font-size:.7em; 
	display:block; 
	cursor:pointer;
}
.jcarousel-list li a:hover,
.jcarousel-list li.active a{
	background:#B51D74;
}
.jcarousel-list li .title{
	padding-left:3px;
	display:block;
}
 .jcarousel-container-horizontal {
    width: 360px;
    padding: 0 19px;
}

 .jcarousel-clip-horizontal {
    width:  360px;
    height: 78px;
}

 .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

 .jcarousel-item {
    width: 114px;
    height: 75px;
}

 .jcarousel-item-horizontal {
    margin-right: 9px;
}

 .jcarousel-item-vertical {
    margin-bottom: 10px;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
}

 .jcarousel-next-horizontal:hover {
}

 .jcarousel-next-horizontal:active {
}
 .jcarousel-prev-horizontal {
}

 .jcarousel-prev-horizontal:hover {
}

 .jcarousel-prev-horizontal:active {
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
}
