/**************************************************
	RESET
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 24px;
	font-family: inherit;
	vertical-align: baseline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/**************************************************
	CONTENT
**************************************************/


/**************************************************
	SLIDER
**************************************************/

.sliderMask {
	/*height: 100%;*/
	height: 500px;
	overflow: auto;
}

.sliderMask .sliderContent{
	padding: 0px 30px 30px 0px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
}

.jScrollPaneTrack {
	height: 100%;
	background: #000000;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

.jScrollPaneTrack .jScrollPaneDrag {
	background: #FFFFFF;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}





a.lightbox {
	padding: 0px;
	background: none;
}

#jquery-overlay {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}

#jquery-lightbox {
	width: 100%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#lightbox-container-image-box {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 40%;
	left: 0%;
}

#lightbox-nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {	
	outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	width: 100%;
	padding: 0 10px 0;
	margin: 0 auto;
	line-height: 16px;
	background: #FFFFFF;
	overflow: auto;
}

#lightbox-container-image-data {
	color: #303030;
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	text-align: left; 
	float: left; 
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	padding: 5px 0px 10px 0px;
	display: block; 
	clear: left; 
}
	
#lightbox-secNav-btnClose {
	width: 17px; 
	padding-bottom: 0.7em;	
	float: right;
}

/***********************************************************
	SLIDER
***********************************************************/

#slider {
	width: 510px;
	height: 250px;
	overflow: hidden;
	z-index:999;
	margin-right:20px;
}

#slider._3in1 .slider_pane {
	display: block;
	height: 250px;
	width: 510px;
/*	float: left;  
	z-index: 50;  */
}

#slider._3in1 .slider_pane .slide {
/*	position: relative;  */
	display: block;
	width: 510px;
	height: 250px;
}

#slider._3in1 .slider_pane .slide:hover .caption {
	display: block;	
}

#slider._3in1 .slider_pane .slide  a {
    padding:0px !important;
}

#slider._3in1 .slider_pane .slide .caption {
	background: #000;
	position: absolute;
	display: none;
	bottom: 99px;
	left: 0;
	padding: 10px;
}
