@charset "utf-8";

/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */

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;
	padding: 0;
	border: 0;
/*	outline: 0;*/
}

#gallery {
	margin: 35px auto 30px auto;
	width: 1000px;
	height: 116px;
	text-align: left;
	position: relative;
	overflow: hidden;
	border: solid 1px #333;
	background: #000;
}

#gallery ul {
/*	width: 100%;*/
	height: 110px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 3px 0 0 0;
}
#gallery ul li {
	width: 199px; /* image width + margin-right width */
	height: 110px;
	float: left;
	display: inline;
	overflow: hidden;
}
#gallery #loopleft {
	top: 0;
	left: 0;
	width: 9px;
	height: 116px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	background: url(../../img/parts/btn_prev.jpg) left top no-repeat;
	text-indent: -9999px;
}
#gallery #loopright {
	top: 0;
	right: 0;
	width: 9px;
	height: 116px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	background: url(../../img/parts/btn_next.jpg) left top no-repeat;
	text-indent: -9999px;
}

/* =======================================
	ClearFixElements
======================================= */
#gallery ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#gallery ul {
	display: inline-block;
	overflow: hidden;
}
