html {
	overflow:hidden; /* disable vertical scroll */
}

body {
	margin:0;
	color:#808080;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:#fff;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#404040;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}


#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0;
}


#main{
	overflow:auto;
	width:100%;
	outline:none;
}


.gallery ul li img {
    margin: 0 25px;
}


.aside .box p{margin:0;}
#content{
	overflow:hidden;
	padding:22px 0 0;
}


.gallery .prev,
.gallery .next{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:714px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:100;
}
.gallery .next{
	left:auto;
	right:0;
}
.gallery .row{
	overflow:hidden;
	width:100%;
	position:relative;
}
.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	position:relative;
}
.gallery ul li{
	float:left;
	margin:0 5px 0px 0;
	height:317px;
	position:relative;
}
.gallery ul li img{vertical-align:top;}
.jspDragLeft,
.jspDragRight{
	width:12px;
	height:16px;
	overflow:hidden;
	top:0;
	left:0;
	background:url(../images/bg-scroll.gif) no-repeat;
	position:absolute;
}
.jspDragRight{
	right:0;
	left:auto;
	background-position:100% 0;
}
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{position: absolute;}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: white;
}
.jspHorizontalBar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: white;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{
/*	background:url(../images/bg-hscroll-bar.gif) repeat-x;*/
    background: rgba(0,0,0,.2);
	position: relative;
}
.jspDrag{
	background:#000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDrag{width:30% !important;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}

.uppercase { text-transform:uppercase; }

.img-td {
	vertical-align: top;
}
