

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;
}



/*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_sprite.gif);
	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{
	position:relative;
	width: 446px;
 	height: 240px;
	overflow: hidden;
	left:-690px!ie;/*ie 7 fix*/
	width: 1383px!ie;/*ie 7 fix*/
	_left:-450px;/*ie 6 fix*/
	_width:900px;
	
}

#slideshow #slideshowloader {
	position: absolute;
	top: 101px;
	left: 220px;
	background:filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  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: 446px;
    height: 240px;
	overflow: hidden;
	z-index: 1;
}
#slideshow ul#imageviewer li {
	width: 446px;
    height: 240px;
	position: absolute;
}

#slideshow #controllers {
	width: 246px;
	height: 26px;
	position: absolute;
	top: 200px;
	left: 200px;
	left:770px!ie;/*ie 7 fix*/
	_left:530px;/*ie 6 fix*/	
	z-index: 5;
	/*background: url(../images/home/bg_sprite.png) no-repeat 0 -128px;*/
	background:filter:progid:DXImageTransform.Microsoft.AlphaImageLoader url(../images/home/bg_sprite.png) no-repeat 0 -128px;
}


#slideshow #controllers ul {
	list-style: none;
	float: left;
	position: absolute;

	top: 1px;
}


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

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

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


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




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

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

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

