*{
	margin:0;
	padding:0;
}
body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:14px;

	color:#333;
	text-shadow:1px 1px 1px #fff;
	overflow-x:hidden;
}

h2{
	font-size:20px;
	padding:10px 0px 10px 0px;
	margin:15px 0px 20px 0px;
}
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#222;
}
p{
	padding:5px 0px;
}
.wrapper{
	width:96px;
	margin:20px auto;

}
.clear{
	clear:both;
}

/* Slider Style */
.pxs_container{
	width:90%;
	margin-bottom:100px;
	margin:0 auto;
	


}



.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type: none;
}
ul.pxs_slider{
	position:relative;
	
	top:20px;
	margin:0 auto;
	list-style-type: none;
		list-style:none;
}
ul.pxs_slider li{
	float:left;
	position:relative;
	list-style:none;

}
ul.pxs_slider li img{
	display:block;
    margin:0 auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
		list-style:none;
		list-style-type: none;
}
ul.pxs_thumbnails{
	height:35px;

	
	display:inline;
}
ul.pxs_thumbnails li{
	
	display:inline;

}
ul.pxs_thumbnails li img{
	
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	cursor:pointer;
	display:inline;
	opacity:0.7;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
}
.pxs_navigation {
	cursor:pointer;
width:200px;
	margin:0 auto;

}
	
}
div.pxs_navigation:hover{
	opacity:0.9;
	background:#a4c408 url(../images/next.png);
}
.pxs_prev{
	background:#a4c408 url(../images/prev.png) no-repeat center center;
	height:28px;
	width:60px;


	opacity:0.4;
	margin:0 auto;
float:left;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:5px;
}

.pxs_next{
	background:#a4c408 url(../images/next.png) no-repeat center center;
    height:28px;
	width:60px;
	opacity:0.4;
	margin:0 auto;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:5px;

	}
.pxs_loading{
	color:#a4c408;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}

.showbt{
background-image:url(../img/down.png);
background-repeat:no-repeat;
height:28px;
position:inherit;
display:block;
width:58px;
opacity:0.8;
}
