
body {
overflow: hidden;
}


/* Slider Style */
.pxs_container{
width:100%;
height:auto;
position:relative;
overflow:hidden;

}
.pxs_bg{
background:transparent url(../images/bg.png) repeat top left;
}
.pxs_bg div{
position:absolute;
top:0px;
left:0px;
width:7584px; /*1264px window width times number of images*/
height:420px;
background-repeat:repeat;
background-position:top left;
background-color:transparent;
}
.pxs_bg .pxs_bg1{
background:url(../index.psb_assets/back2.jpg) repeat-x top left;
margin-top: -13px;
height: 600px;

/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
background:url(../index.psb_assets/back1.png) repeat-x bottom left;
height: 700px;

/*left negative 1/4 of ww*/
}

.pxs_slider_wrapper{
display:none;
position:relative;
z-index:100;
height:100%;
}
.pxs_container ul{
margin:0px;
padding:0px;
list-style:none;
}
ul.pxs_slider{
position:absolute;
left:0px;
top:0px;
height:100%;
padding:0;
margin:0;
}
ul.pxs_slider li{
height:100%;
position:relative;
list-style-type:none;
float:left;
width:100%;
}

ul.pxs_thumbnails{
position:absolute;
z-index:1000;
left:86px;
top:-7px;
}
ul.pxs_thumbnails li{
	display: inline-block;
	height: 10px;
	margin-right:4px;
	font-size:12px;
	min-width:13px;
	line-height:0;
	background-color:#000;
}
ul.pxs_thumbnails li:hover {
	background-color:#8080C0;
	cursor: pointer;
}
ul.pxs_thumbnails li.selected {
	background-color:rgba(228,75,34,1);
}

ul.pxs_thumbnails li p {
	font-size:10px;
	margin-top:-4px;
}
ul.pxs_thumbnails li p:hover {
	background-color:#8080C0;
}

.pxs_navigation{
display: none;
}
.pxs_navigation span{
position:absolute;
width:30px;
height:60px;
-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
top:145px;
opacity:0.6;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
cursor:pointer;
}
.pxs_navigation span:hover{
opacity:0.9;
}
.pxs_navigation span.pxs_prev{
background:#000 url(../images/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
background:#000 url(../images/next.png) no-repeat center center;
}


.pxs_thumbnails li{ 
	background-color:rgba(228,75,34,1);
	background-image:url(../index.psb_assets/bk_btn.png);
	-webkit-animation: A 10s linear 0s infinite;
	animation: A 20s linear 0s infinite;
}
@-webkit-keyframes A {
	0% {background-position: 0 0;}
	100% {background-position: 0 1000px;}
}
@keyframes A {
	0% {background-position: 0 0px}
	100% {background-position: 0 1000px}
}




/* Loading */

.pxs_loading{
background:#111 url(../index.psb_assets/loader.gif) no-repeat 50% 70%;
background-size: 60px auto;
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
color: rgba(255,255,255,0.3);
z-index: 999999;
}

.pxs_loading .logo{
width: 140px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
margin-top: -130px;
margin-left: -70px;	
}

.pxs_loading p{
	letter-spacing: 0.4em;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 70%;
left: 50%;
margin-top: -70px;
margin-left: -56px;	
}