#slider{
	margin:0 0 70px -25px;
	height:523px;
}
#slider_bg{
	position:absolute;
	z-index:1000;
	margin:-6px 0 0 -21px;	
}

.slider_left, .slides_control, .slides_container .slides_control li{
	height: 257px;
	overflow: hidden;
}

.slider_left{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;	
}
#wowslider-container { 
/*	overflow: hidden; */
	zoom: 1; 
	position: relative; 
	width:666px;
	height:253px;
	margin:0 auto;
	z-index:100;
	background-image: url(images/slider/bg.html);
}
#wowslider-images{
	position: absolute;
	left:14px;
	top:14px;
	width:666px;
	height:253px;
	overflow:hidden;
}
#wowslider-images a{
	color:transparent;
}

#wowslider-images img{
	top:0;
	left:0;
	border:none 0;
}
#wowslider-container a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container  .ws_bullets { 
	font-size: 0px; 
	padding: 10px; 
	position:absolute;
    right: 0;
    bottom: -44px;
	z-index:1001;
}
#wowslider-container .ws_bullets a { 
	margin-left:4px;
	width:24px;
	height:19px;
	background: url(images/slider/bullet.html) left top;
	float: left; 
	text-indent: -1000px; 
}
#wowslider-container .ws_bullets a.ws_selbull, #wowslider-container .ws_bullets a:hover{
	background-position: right top;
}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
	position:absolute;
	top:81%;
	margin-top:-33px;
	position:absolute;
	z-index:1001;
	height: 42px;
	width: 35px;
	background-image: url(images/slider/arrows.html);
}
#wowslider-container a.ws_next{
	background-position: 100% 0;
	right:-27px;
}
#wowslider-container a.ws_prev {
	left:7px;
	background-position: 0 0; 
}
#wowslider-container a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container a.ws_prev:hover {
	background-position: 0 100%; 
}
* html #wowslider-container a.ws_next,* html #wowslider-container a.ws_prev{display:block}
#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {display:block}
#wowslider-container .ws-title{
	position: absolute;
	bottom:80px;
	left: 14px;
	margin-right:5px;
	z-index: 50;
	padding:12px;
	color: #000000;
	text-transform:uppercase;
	background:#F9FBFB;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
#wowslider-container .ws-title div{
	padding-top:5px;
	font-size: 13px;
	text-transform:none;
}

#fancybox-right-ico{
	background: url('images/right-inactive.png') no-repeat 0 0;
	height: 198px;
	width: 25px;

}

#fancybox-right-ico:hover{
	background: url('images/right.png') no-repeat;
}

#fancybox-left-ico{
	background: url('images/left-inactive.png') no-repeat 0 0;
	height: 198px;
	width: 25px;
}

#fancybox-left-ico:hover{
	background: url('images/left.png') no-repeat;
}

#more_photo .jcarousel-next-horizontal , #more_photo .jcarousel-prev-horizontal {
	display: none !important;
}

#more_photo .jcarousel-prev-horizontal {
	position: absolute;
	background: url(images/left_horizontal.png) no-repeat;
	width: 16px;
	height: 16px;
	left: 0;
	bottom: 0px;
	cursor: pointer;
}

#more_photo .jcarousel-next-horizontal {
	position: absolute;
	background: url(images/right_horizontal.png) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	right: 0;
	bottom: 0px;
}

#more_photo .jcarousel-prev-horizontal:hover, #more_photo .jcarousel-prev-horizontal:active, 
#more_photo .jcarousel-next-horizontal:active, #more_photo .jcarousel-next-horizontal:hover {
	background-position: 0 -16px;
}
