@charset "utf-8";
/* CSS Document */

body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
    margin: 0;
    padding: 0;
}



#thumbwrapper {
	/* background-color:#206a90; */
	height: 95px;
	width: 640px;
	_width: 720px;/* IE6 */
}

#image {
    position:relative; 
    height:300px; 
    background:#FFF ;
    background-size:750px 10px;
    z-index:0;
    overflow:hidden;
    width:750px; 
    _width:750px;
}
#slideshow {
	width: 640px;
	_width:750px;
	text-align: left;
}
#slideshow #mainImage {
	width: 640px;
	_width:750px;
	height: 302px;
	overflow: hidden;
	position: relative;
}
#slideshow #mainImage div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	list-style: none outside none;
	margin-top: 10px;
	margin-left: 4px;
	position: absolute;
	width: 640px;
	align: left;
}

li {
    cursor: pointer;
    
}

#slideshow ul li:first-child {

}


#slideshow .active {
	border: solid 3px #E8D6BB;
	margin: -3px 3px -3px -3px !important;
	height: 72px;
}

#slideshow .active img {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1 !important;

	cursor: pointer;
}

/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
	margin: 2px 0 !important;
	padding: 3px;
}

#slideshow ul li {
	margin-right: 6px;
	width: 24.06%;
	float:left;
	display: inline;
	}
	
#slideshow ul li img {
    width:100%;	
	}
