#movietrailer_wrap {
	margin: 20px auto;
	width: 768px;
	padding: 10px;
	background: #1f1f1f;
}


#moviedetail_pg #movietrailer_video_wrap {
	position: relative;
	overflow: hidden;
}


#movietrailer_video {
	width: 575px;
	height: 264px;
	background: #000 url(../img/movietrailer_bg.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 0;
	float: left;
}

#movietrailer_title {
	padding: 6px;
	background: #000;
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 152px;
	max-width: 250px;
	margin: 0;
}

#movietrailer_title h2 { 
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

#movietrailer_title a {
	color: #FF9900;
	text-decoration: none;
}

#movietrailer_menu {
	height: 264px;
	float: left;
	clear: right;
	position: relative;
	background: #464c57;
}

.selected {
	background: #085EB8;
}

#movietrailer_menu {
	display: none;
}

#movietrailer_menu .shadow {
	position: absolute;
	height: 264px;
	width: 8px;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(../img/movietrailer-vdoplayer-shadow.png) repeat-y left;
	.background: none;
	_background: none;
}

#movietrailer_menu div.video_title {
	bottom:-78px;
	color:#fff;
	left:0;
	position:absolute;
	z-index:5;
	padding:5px;
	padding-right: 20px;
	width: 130px;
	height: 68px;
	background: url(../img/movietrailer-li-hover.png) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	/*IE 7 FIX*/
	.padding-top: 19px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.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: 150px;
    height: 69px;
	position: relative;
	overflow: hidden;
	padding-bottom: 9px;
	background: url(../img/movietrailer-li-bg.png) repeat-x top;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*SKIN*/

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 264px;
	margin: 0;
	/*IE 7 FIX*/
	.height: 245px;

}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	height: 234px;
}

.jcarousel-skin-tango .jcarousel-item {
}

.jcarousel-skin-tango .jcarousel-item:hover {

}

.jcarousel-skin-tango .jcarousel-item img {
	border: none;
}

.jcarousel-skin-tango .jcarousel-item span{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
	width: 84px;
}

.jcarousel-skin-tango .jcarousel-item a{
	color: #fff;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {

    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
	margin: 0 auto;
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: transparent url(../img/movietrailer_btn_next.jpg) no-repeat center bottom;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: center ;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: center ;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: center ;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
	margin: 0 auto;
    width: 100%;
    height: 19px;
    cursor: pointer;
    background: transparent url(../img/movietrailer_btn_prev.jpg) no-repeat center top;
	/*IE 7 FIX*/
	.position: absolute;
	.top: 0px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: center ;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: center;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: center ;
}

#load {
	display: none;
	position: absolute;
	width: 540px;
	height: 256px;
	background: #000 url(../img/preload_star.gif) no-repeat center center;
	text-indent: -9999em;
}
