/* Main Navi */
.jcarousel-container-horizontal {
    position: relative;
   	background: url('../img/mc/bg_mcNavi.png') no-repeat scroll 0 0 #4F5D6D;
    width: 662px;
    height: 30px;
}
.jcarousel-container-horizontal .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 660px;
}
ul#mcNavi.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1px 0 0 2px;
	height: 30px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
ul#mcNavi.jcarousel-list li,
ul#mcNavi.jcarousel-item-horizontal {
	float: left;
	height: 25px;
	width: 146px !important;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0 none !important;
}

div.jcarousel-prev-horizontal,
div.jcarousel-next-horizontal {
	position: absolute;
	z-index: 25;
	cursor: pointer;
	height: 30px;
	width: 30px;
	top: 0;
}
div.jcarousel-prev.jcarousel-prev-horizontal {
	background: url('../img/mc/bt_mcNavi_prev.png') no-repeat scroll 0 0 transparent;
	left: 0;
}
* html div.jcarousel-prev.jcarousel-prev-horizontal {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/srep/media/structure/img/mc/bt_mcNavi_prev.png', sizingMethod='scale')
}
div.jcarousel-next.jcarousel-next-horizontal {
	background: url('../img/mc/bt_mcNavi_next.png') no-repeat scroll 0 0 transparent;
	right: 0;
}
* html div.jcarousel-next.jcarousel-next-horizontal {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/srep/media/structure/img/mc/bt_mcNavi_next.png', sizingMethod='scale')
}
div.jcarousel-prev-disabled.jcarousel-prev-disabled-horizontal,
div.jcarousel-next-disabled.jcarousel-next-disabled-horizontal {
	display: none !important;
	cursor: default;
}

/* Movie Navi */
.jcarousel-container.jcarousel-container-vertical {
    position: relative;
   	background: url('../img/mc/bg_mcMovies.png') no-repeat scroll 0 0 transparent;
	width: 171px;
	height: 562px;
	overflow: hidden;
}
.jcarousel-clip.jcarousel-clip-vertical {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 171px;
	height: 560px;
}
ul#mcMovies.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1px 0 0 1px;
	height: 30px;
	overflow: hidden;
	list-style-image: none;
	list-style-type: none;
}
ul#mcMovies.jcarousel-list li,
ul#mcMovies.jcarousel-item-vertical {

}

div.jcarousel-prev-vertical,
div.jcarousel-next-vertical {
	position: absolute;
	z-index: 25;
	cursor: pointer;
	height: 32px;
	width: 169px;
	right: 1px;
}
div.jcarousel-prev.jcarousel-prev-vertical {
	background: url('../img/mc/bt_mcMovies_prev.png') no-repeat scroll 0 0 transparent;
	top: 0;
}
* html div.jcarousel-prev.jcarousel-prev-vertical {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/srep/media/structure/img/mc/bt_mcMovies_prev.png', sizingMethod='scale')
}
div.jcarousel-next.jcarousel-next-vertical {
	background: url('../img/mc/bt_mcMovies_next.png') no-repeat scroll 0 0 transparent;
	bottom: 0;
}
* html div.jcarousel-next.jcarousel-next-vertical {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/srep/media/structure/img/mc/bt_mcMovies_next.png', sizingMethod='scale')
}
div.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical,
div.jcarousel-next-disabled.jcarousel-next-disabled-vertical {
	display: none !important;
	cursor: default;
}

