

html, body {
	font: 0.875em/1.3em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
/*	background: #e4e5e7 url(../images/home/background.jpg) repeat-x 0 0;*/
	color: #666;
}

div, p, form, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;
	color: #002b54;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

a:active,
input {
	outline: none;
	font-size: 1em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(../images/home/bg_sprite2.png);
	background-repeat: no-repeat;	
	background-position:  0 0;
}




ul.listing,
ul.horizontal {
	float: left;
	list-style: none;
}

ul.listing li,
ul.horizontal li {
	float: left;
}


ul.listing li {
	border-bottom: 1px solid #e5e5e6;
}

ul.listing li.last {
	border-bottom: none;
}


#slideshow {
	margin-bottom:10px;
	width: 864px;
	height: 253px;
	overflow: hidden;
	position: relative;
}

#slideshow #slideshowloader {
	position: absolute;
	top: 101px;
	left: 400px;
	background: url(../images/home/loading.gif) no-repeat center center;
	z-index: 6;
	width: 32px;
	height: 0;
	padding: 32px 0 0 0;
	display: block;
	overflow: hidden;
}


#slideshow ul#imageviewer {
	width: 864px;
	height: 253px;
	overflow: hidden;
	z-index: 1;
}
#slideshow ul#imageviewer li {
	width: 864px;
	height: 253px;
	position: absolute;
}

#slideshow #controllers {
	width: 864px;
	height: 26px;
	position: absolute;
	top:225px;
	left:155px;	
	z-index:5;
	background: filter: progid:DXImageTransform.Microsoft.AlphaImageLoader url(../images/home/bg_sprite2.png) no-repeat 0 -128px;
}


#slideshow #controllers ul {
	list-style: none;
	float: left;
	position: absolute;
	left: 228px;
	top: 1px;
}


#slideshow #controllers ul li {
	float: left;
	padding: 0 2px;
	text-align: center;
}

#slideshow #controllers ul li a {
font-size:10px;
	width: 25px;
	display: block;
	height: 17px;	
	padding-top: 4px;
	overflow: hidden;
	color: #002b54;	
	background: url(../images/home/bg_sprite2.png) no-repeat -119px -102px;
}

#slideshow #controllers ul li a:hover,
#slideshow #controllers ul li a.active {
font-size:10px;
	text-decoration: none;
	color: #f25a31;
	background-position: -94px -102px;
}


#slideshow #controllers a#previous,
#slideshow #controllers a#next,
#slideshow #controllers a#control {
	height: 0;
	width: 12px;
	_padding: 5px 0 0 0;
	padding: 13px 0 0 0;
	display: block;
	overflow: hidden;
	background-image: url(../images/home/bg_sprite2.png);
	background-repeat: no-repeat;
}


#slideshow #controllers #previous {
	position: absolute;
	left: 202px;
	top: 5px;
	background-position: -70px -102px;
}

#slideshow #controllers #next {
	position: absolute;
	left: 390px;
	top: 5px;
	background-position: -82px -102px;
}

#slideshow #controllers #control {
	position: absolute;
	left: 421px;
	top: 5px;
}

#slideshow #controllers .play {
	background-position: -46px -102px;
}

#slideshow #controllers .pause {
	background-position: -58px -102px;
}
