/* Slider Style */
.pxs_container{
	width:100%;
	height:582px;
	position:relative;
	background: url(../images/home_bg/bg3.png) repeat-x top left;
	margin:-3px 0 0 0;
 }
#best_lable{
	position: absolute;
	right: 0;
	top: -7px;
	display: block;
	width: 168px;
	height: 166px;
	background: url(../images/slider/lable.html) no-repeat 0 0;
}
.pxs_bg{
	height:587px;
	/*background:transparent url(../images/slider/bg_shadow.png) repeat-x top left;*/
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:592px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background:url(../images/home_bg/bg2.png) repeat-x 0 0px;
	height:565px;
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background:url(../images/home_bg/bg1.png) repeat-x 0 0px;
	/*left negative 1/4 of ww*/
	height:565px;
}
.pxs_bg .pxs_bg3{
	background-image: none;
	/*left negative 1/2 of ww*/
	height:565px;
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:-10px;
	height:559px;
}
ul.pxs_slider li{
	height:559px;
	float:left;
}
ul.pxs_slider li div.holder{
	display:block;
	position:relative;
	width: 945px;
	height: 391px;
	margin:125px auto 0px auto;
	padding: 16px 0 0 5px;
	z-index:10;
}
ul.pxs_slider li div.holder img {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;;
	border-radius:5px;
	z-index:10000;
	zoom:1;
}
ul.pxs_slider li div.holder div.mask{
	position: absolute;
	left: -2px;
	top: 15px;
	width: 956px;
	height: 418px;
	background: url(../images/slider/slider_frame.png) no-repeat 0 0;
	z-index:100;
}
ul.pxs_slider li div.holder div.desc{
	position: relative;
	width: 301px;
	
	
	text-shadow: 1px 1px 0 #ffffff;
}
ul.pxs_slider li div.holder div.desc_bg {
	background: url(../images/slider/desc_bg.png) no-repeat 0 0;
	padding: 23px 0 0 21px;
}
ul.pxs_slider li div.holder div .desc_bot {
	background: url(../images/slider/desc_bot.png) no-repeat 0 bottom;
	height:14px;
	width: 301px;
	margin:0 0 0 0px;
}
ul.pxs_slider li div.holder div.desc h4{
	margin: -9px 0 13px 0;
	padding: 0;
	color: #181818;
	max-width: 250px;
}
ul.pxs_slider li div.holder div.desc div.desc_text{
	color: #434343;
	max-height: 400px;
	max-width: 260px;
	overflow: hidden;
	padding-bottom: 10px;
	font-size: 11px;
	text-shadow:#f8f9fa 1px 1px 0;
}
ul.pxs_slider li div.holder div.desc a.desc_details{
	background: url(../images/slider/go_details.html) no-repeat right 9px;
   display: inline-block;
   height: 15px;
   position: relative;
   width: 0;
   z-index: 3;
}

.pxs_thumbnails_holder{	
	display: table;
    margin:0px auto 0;
	padding:5px 0 0 0;
    position: relative;
	z-index:200;
}
ul.pxs_thumbnails{
	cursor: default;
    height: 28px;
    padding: 10px 17px 0 16px;
    position: relative;
    text-align: center;
}
ul.pxs_thumbnails li{
	background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
	position:relative;
    height: 12px;
    padding: 0 1px 0 0;
    vertical-align: top;
    width: 11px;
	background-image: url("../images/night_slider_dots.png");
	*zoom: 1;
	*display:inline;
}
ul.pxs_thumbnails li:hover{
	background-position: 0 -12px;
}
ul.pxs_thumbnails li.selected{
	background-position: 0 -24px;
}
ul.pxs_thumbnails li div{
	display: none;
	width: 112px;
	height: 118px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	padding: 6px 0 0 6px;
	background: url(../images/slider/thumb_mask.png) no-repeat 0 0;
	z-index:1500;
}
ul.pxs_thumbnails li:hover div{
	display: block;
	left: -53px;
	top: -131px;
}
ul.pxs_thumbnails li:hover div img{
	width: 100px;
	height: 100px;
}
ul.pxs_thumbnails li:hover div i{
	display: block;
	width: 122px;
	height: 133px;
	position: absolute;
	left: 0;
	top: 0;
	
}

span.pxs_prev, span.pxs_next{

	z-index: 9999;
	cursor:pointer;
		*zoom: 1;
		*display: inline;*/
		 background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 26px;
}
span.pxs_prev{
	background-image: url("../images/do_slide_left.png");
    left: 0;
}
span.pxs_next{
	background-image: url("../images/do_slide_right.png");
    right: 0;
}
span.pxs_prev:hover, span.pxs_next:hover{
	background-position: 0 -24px;
}
.pxs_loading{
	color:#4c4a49;
	text-shadow: #fff 1px 1px 0 !important;
	font-size:13px;
	padding:5px 0px 5px 35px;
	position:absolute;
	background:#fff url(../images/slider/ajax-loader.gif) no-repeat 10px 50%;
	border: solid 1px #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	opacity:0.7;
	width:120px;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-60px;
}

.slide_left {
	display:block;
	float:left;
	width:26px;
	height:30px;
	padding: 0px 0 0 6px;
	background: url(../images/slide_left.png) no-repeat 0 0;			
}
.slide_right {
	display:block;
	float:left;
	width:25px;
	height:30px;
	padding: 0px 0 0 8px;
	background: url(../images/slide_right.png) no-repeat right 0;
}
.nav_s {
	display:block;
	float:left;
	position:relative;
	background: url(../images/slider_dots_bg.png) repeat-x 0 0;
}