html,body {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
	width: 200px;
	height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

#images {border:0px; height:225px; background:#000; }
#image {position:relative; width:672px; height:375px; padding:0px; border:0px; border-style:none}
#image img {position:absolute; top:0px; left:0px; border-style:none}
#thumbwrapper {margin-top:0px; padding:0px 0; width:600px; height:100px; border:0px; background:#FFF}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:600px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:140px;
	width:10000px;
	border-right:5px solid #FFF
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:510px; width:100%; z-index:100; outline:none; cursor:pointer; }
#previmg {left:0; background:url(images/slide/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; }
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
