#slide { height:300px; width:940px; margin:11px 0px 38px 0px; position:relative; overflow:hidden; z-index:2; }

.slider { width:940px; height:444px; z-index:2; position:relative; }
.items { display:none;}

.pagination { position:absolute;  width:507px;  bottom:5px; left:0px; display:inline-block; z-index: 10; overflow:hidden; padding:22px 0 21px 0px;  }
.pagination li {float:left;	}
.pagination a { display:block; width:25px; height:26px;margin-left:0px; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}



.prev {display:block; background:url(../images/prev.gif) 15px 15px no-repeat #6575bb; width:40px; height:39px; padding:0px; position:absolute; right:102px; bottom:20px; z-index:99;}
.prev:hover {background-color:#90a0e3;}
.next {display:block; background:url(../images/next.gif) 15px 15px no-repeat #6575bb; width:40px; height:39px; padding:0px; position:absolute; right:20px; bottom:20px; z-index:99;}
.next:hover {background-color:#90a0e3;}
.play {display:block; background:#6575bb; width:40px; height:39px; padding:0px; position:absolute; right:61px; bottom:20px; z-index:99;}
.play:hover {}
	.play span {
		display:none;
	}
	.play em {
		background:url(../images/pause.gif) 15px 15px no-repeat;
		display:block;
		width:40px; height:39px; 
	}
	.play em:hover {background:url(../images/pause.gif) 15px 15px no-repeat #90a0e3;}
.paused span {
	display:block;
	background:url(../images/pause.gif) 15px -18px no-repeat;
	width:40px; height:39px; 
}
	.paused span:hover {background:url(../images/pause.gif) 15px -18px no-repeat #d4bd78;}
.paused em {
	display:none;
	
}

/*.plus {display:block; background:url(../images/plus.gif) 15px 15px no-repeat #524735; width:40px; height:39px; padding:0px; position:absolute; right:20px; bottom:20px; z-index:99;}
.plus:hover {background-color:#d4bd78 !important;}
.minus {display:block; background:url(../images/plus.gif) 15px -25px no-repeat #524735 !important;}*/

.banner { position:absolute; top:186px ; left:620px; width:300px; z-index:100;}
.banner p:first-child {text-transform:uppercase; color:#fff; padding:20px 35px 17px 29px; margin-bottom:1px; border-top:#d4bd78 5px solid; background:#524735; }
.banner p+p {color:#ada579; font-size:12px; padding:22px 35px 28px 29px; background:#524735;}
.banner p+p a {display:inline-block; color:#fff; background:url(../images/narrow.gif) right 7px no-repeat; padding-right:11px;}
.banner p+p a:hover {text-decoration:underline;}