/* ********** 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; }
	
body	{ }
ol, ul  { list-style: none; }

:focus  { outline: 0; }

html { height: 100%;}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size:12px; line-height:18px;
	color:#1a1a1a; 
	text-align: left; 
	margin:0px; padding:0px;  
	position: relative;
	height: 100%;
	overflow-x: hidden;
	}
	
/* FANCY SLIDER */
.fancy_thumbnail_slider_container {
	height: 473px;  /* total height with the next/prev buttons */  
	position: relative;
	}

.fancy_thumbnail {
	width: 100%;
	height: 423px; 			/* .inner-height * row amount */
	position: absolute;  	/* important (relative or absolute) */
	left: 0px;
	top: 0;
	}
	
.fancy_thumbnail li {
	float: left;
	margin: 0;
	width: 210px; height: 140px;
	/* IMPORTANT = don't add border*/
	position: relative;
	cursor: pointer;
	}
	
.fancy_thumbnail li .inner {
	width: 210px; height: 140px;
	}
	
.fancy_thumbnail li .caption {
	width: 210px; height: 140px;
	position: absolute;
	top: 0px; left: 0px;
	display: none;
	}
	
.fancy_thumbnail li .caption a {
	display: block;
	width: 210px; height: 140px;
	}
	
	
.fancy_thumbnail_next {
	width: 109px;
	height: 80px;
	display:block;
	float: right;
	text-indent: -9999px;
	}

.fancy_thumbnail_prev {
	width: 109px;
	height: 80px;
	display:block;
	float: left;
	text-indent: -9999px;
	}
	
.fancy_thumbnail_next {
	background: url(../images/right_arrow.png);
	position: absolute;
	bottom: 50%;
	right: 30px;
	opacity: 0.5;
	z-index: 2000;
	}	
	
.fancy_thumbnail_prev {
	background: url(../images/left_arrow.png);
	position: absolute;
	top: 50%;
	left: 30px;
	opacity: 0.5;
	z-index: 2000;
	}
	
.fancy_thumbnail_next:hover, .fancy_thumbnail_prev:hover {
	opacity: 1;
	}

.disable { display: none; }  /* if next/prev button disable */
