.style1 {
	font-size: 10px;
	color: #CCCCCC;
}
.style15 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style16 {font-size: 14px}
.style17 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; }
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	float: left;
	height: 75px;
	width: 900px;
	padding-bottom: 15px;
}
#wrapper #navigation {
	height: 25px;
	width: 650px;
	float: left;
}
#wrapper #content-left {
	float: left;
	height: auto;
	width: 650px;
	margin-right: 10px;
}
#wrapper #content-left #news-header{
	float: left;
	height: 95px;
	width: 650px;
	margin-right: 10px;
}
#wrapper #content-left #imageheader {
	float: left;
	height: 200px;
	width: 650px;
}
#wrapper #content-right {
	float: left;
	height: auto;
	width: 240px;
}
#wrapper #content-right #clips {
	background-color: #999999;
	float: left;
	height: 240px;
	width: 240px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#wrapper #content-right #update {
	margin-top: 25px;
	float: left;
	height: 222px;
	width: 240px;
	background-image: url(../hrt/images/update_skn.gif);
}
#wrapper #content-right #buttons {
	float: left;
	width: 240px;
}
#wrapper #footer {
	background-color: #990000;
	float: left;
	height: 25px;
	width: 900px;
	margin-top: 15px;
}
#wrapper #content-right-temp {
	float: left;
	height: auto;
	width: 230px;
	background-color: #999999;
	padding-left: 5px;
	padding-right: 0px;
}
#wrapper #content-right-temp #update {
	float: left;
	height: 222px;
	width: 230px;
	background-image: url(../hrt/images/update_skn.gif);
}
#wrapper #searchfunction {
	float: right;
	width: 235px;
	padding-left: 5px;
}
#content-left #search {
	width: 625px;
}
#wrapper #content-left #news {
	height: 205px;
	width: 650px;
	overflow: auto;
	margin-top: 12.5px;
}


#carousel_inner {
float:left; /* important for inline positioning */
width:630px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
}

#carousel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:130px;
background: #000000;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:150px; 
width:10px; 
background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}

#information {
	float: left;
	height: 150px;
	width: 650px;
	margin-top: 20px;
	background-color: #CCCCCC;
	position:static;
}




