#mov_nav {
	float: left;
	width: 35px;
	padding-right: 20px;
	background-image: url(../images/bg_foliorator.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#mov_list {
	margin-left: 70px;
}
#mov_list .mov_container {
	float: left;
	margin: 0 1em 1em 0;
	padding-right: 19px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}
#mov_list .mov_container a img {
	opacity: .75;
	filter: alpha(opacity=75);
	background-color: #999;
}
#mov_list .mov_container a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
#mov_list .mov_tvc {
	background-image: url(../images/bg_tvc.png);
}
#mov_list .mov_movie {
	background-image: url(../images/bg_movie.png);
}
#mov_list .mov_stills {
	background-image: url(../images/bg_stills.png);
}
#mov_list img {
	display: table-cell;
	border: 0 none;
}
#mov_list .mov_title {
	width: 68px;
	height: 44px;
	padding: 0 3px 0 3px;
	white-space: normal;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#mov_nav {
	
}
#mov_nav a, #mov_nav span {
	display: block;
	width: 29px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-left: 5px;
}
#mov_nav a.mov_up, #mov_nav span.mov_up {
	background-image: url(../images/i_up.png);
	border: 0 none;
}
#mov_nav a.mov_dn, #mov_nav span.mov_dn {
	background-image: url(../images/i_dn.png);
	border: 0 none;
}
#mov_nav span.mov_up, #mov_nav span.mov_dn {
	background-position: 0 -10px;
}
#mov_nav small {
	display: block;
	margin-top: 2em;
	text-align: center;
}
#mov_nav big {
	display: block;
	margin: 6px 0 6px 0;
	text-align: center;
}
#mov_nav big small {
	font-size: 10px;
	margin: 12px 0 0 0;
	text-align: center;
}
#mov_item_tbl {
	border-collapse: collapse;
}
#mov_item_tbl_lft {
	padding: 20px 30px 20px 20px;
}
#mov_item_lft {
	float: left;
	margin: 20px 30px 20px 20px;
}
#mov_item_lft img {
	
}
#mov_item_lnk li {
	float: left;
	margin: 20px 20px 20px 10px;
	list-style: none;
}
#mov_item_lnk li a {
	cursor: pointer;
	font-size: 14px;
	color: #666;
	text-decoration: none;	
	padding: 4px 0 4px 30px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#mov_item_lft li a:hover {
	color: #000;
	background-position: 0 -70px;
}
#mov_item_lnk li#lnk_slideshow a {
	background-image: url(../images/i_camera.png);
}
#mov_item_lnk li#lnk_movie a {
	background-image: url(../images/i_movie.png);
}
#mov_item_rgt {
	color: #333;
	padding: 20px 10px 20px 0;
	width: 310px;
	height: 310px;
	overflow: auto;
}
#mov_item_rgt p {
	padding-bottom: 6px;
}
#mov_slide_img {
	text-align: center;
	padding: 10px 0 10px 0;
}
#mov_slide_nav {
	padding: 0 150px 0 150px;	
}
#mov_slide_nav a {
	color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	background-repeat: no-repeat;
	text-decoration: none;
}
#mov_slide_nav a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#mov_slide_back {
	padding-right: 17px;
	/* background-image: url(../images/i_right.png); */
	background-image: url(../images/i_cross.png);
	background-position: right;	
	display: block;
	float: right;
}
#mov_slide_left {
	padding-left: 12px;
	background-image: url(../images/i_left1.png);
	background-position: left;
}
#mov_slide_right {
	padding-right: 12px;
	background-image: url(../images/i_right1.png);
	background-position: right;	
}
/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: hidden;
background-color: #FFF;
visibility: hidden;
}
div#mb_contents a {
	cursor: pointer;
}

div#mov_item_slide {
	position: relative;
	top: 0;
	left: 0;
	width: 690px;
	height: 350px;
	z-index: 400;
	background-color: #fff;
}
div#mov_slide_img {
	height: 300px;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
div#mov_slide_img img {
	height: 300px;
}
.mb_loading {
	background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
cursor: pointer;
}

div#mb_caption {
margin-right: 71px;
}