
#slider
{
	border: 1px solid #bfbfbf;
	position: relative;
	width: 642px;
	height: 281px;
	overflow: hidden;
	padding-top: 1px;
	margin-bottom: 15px;
	margin-top:15px;
}

#slider .movie
{
	float: left;
	width: 642px;
	height: 280px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#slider .title
{
	background: transparent url(/images/slider/header_bg.png) no-repeat 0 0;
	height: 53px;
	padding: 0 38px;
	padding-top: 8px;
	padding-bottom: 10px;
	overflow: hidden;
}

* html #slider .title
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slider/header_bg.png',sizingMethod='crop');
}

#slider .title
{
	line-height: 17px;
}
#slider .title h2
{
	font-family: Tahoma;
	font-size: 18px;
	color: #d97e3e;
	font-weight: normal;
	line-height: 20px;
}
#slider .title a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 17px;
}

#slider a.prev,
#slider a.next
{
	display: block;
	width: 31px;
	height: 71px;
	background: url(/images/slider/arrow_left_disabled.gif) no-repeat 0 0;
	position: absolute;
	left: 0; top:1px;
}
#slider .next{border-right:1px solid #fff;}


#slider .prev{border-left:1px solid #fff;}

#slider a.prev:hover
{
	background-image: url(/images/slider/arrow_left.gif);
}

#slider a.next
{
	background: url(/images/slider/arrow_right_disabled.gif) no-repeat 0 0;
	top:1px; right:0;
	left: auto;
}
#slider a.next:hover
{
	background-image: url(/images/slider/arrow_right.gif);
}

#slider a.link
{
    display: block;
    width: 642px;
    height: 208px;
    position: relative;
    z-index:100;
}
/*
	slider
*/
#slider div.currentmovie * { cursor:pointer;}
#slider div.currentmovie {
	width: 252px;
	height: 44px;
	background: url(/images/slider/slider-currentmovie.gif) no-repeat left top;
	position: absolute;
	top: 9px;
	left: 9px;
}
#slider div.currentmovie div.number {
	float: left;
	width: 72px;
	text-align: right;
	margin: 11px 0 0;
}
#slider h5 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-left: 80px;
	padding-top: 8px;
}
#slider p {
	font-family: tahoma;
	font-size: 10px;
	color: #63381a;
	margin-left: 80px;
	line-height: 13px;
}
#slider  h5 a {
	color: #fff;
	text-decoration: none;
}
#slider p a {
	color: #63381a;
	text-decoration: none;
}
#slider div.hovermovie {
	width: 252px;
	height: 36px;
	background: url(/images/slider/slider-hovermovie.gif) no-repeat left top;
	position: absolute;
	top: 212px;
	left: 9px;
}
#slider div.hovermovie p.number {
	float: left;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 28px;
	margin: 5px 0 0;
}
#slider div.hovermovie h5 {
	font-size: 11px;
	margin: 0 0 0 33px;
	padding-top: 3px;
}
#slider div.hovermovie p {
	font-size: 9px;
	margin: 0 0 0 33px;
}
#slider div.hovermovie h5 a {
	font-size: 11px;
}
#slider div.hovermovie p a {
	font-size: 9px;
}
#slider div.currentmovie a:hover,
#slider div.hovermovie a:hover {
	text-decoration: none;
}
#slider ul.list {
	list-style: none;
	position: absolute;
	top: 249px;
	left: 9px;
}
#slider ul.list li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 1px;
}
#slider ul.list li a {
	display: block;
	width: 22px;
	height: 18px;
	background: url(/images/slider/slider-li.gif) no-repeat left top;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f2b84f;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	_height: 22px;
}
#slider ul.list li a:hover {
	color: #eb975d;
}
#slider ul.list li.active a {
	background: url(/images/slider/slider-li-active.gif) no-repeat left top;
	color: #cb5e31;
}
#slider ul.list li a span {
	background: #d77b3d;
}
#slider ul.list li.active a span {
	background: #fff;
}

#slider div.number img {text-decoration:none;border:none;}

#slider .currentmovie a.link_1
{
	z-index:9999;
	position:absolute;
	top:0;
	display: block;
	width: 252px;
	height: 44px;

}
#slider .currentmovie a.link_1, #slider .currentmovie a.link_1:hover, #slider a, #slider a:hover{
	text-decoration:none;
	border:none;
}

#slider .rating {
    background: url(/images/imdb-icon.png) no-repeat;
    height: 15px;
	position:absolute;
    width: 46px;
	left:9px;
	top:195px;
}
#slider .rating p {
    font-size: 10px;
    line-height: 15px;
    padding-right: 3px;
    text-align: right;
	color:#fff;
	font-family:arial;
	margin-left:0;
}

/*
	end
*/

