body {
	background: url(img/bg.gif);
	font-family: tahoma,arial;
	font-size:14px;
	overflow:visible;
}
.clr {
	clear:both;
}
#center {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header { 
	background: url(img/hd.gif) repeat-x;
	width:900px;
	height:119px;
	margin-top:-10px;
}
.button {
	width:200px;
	height:33px;
	padding-top:7px;
	background: url(img/button.png) no-repeat;
	float:left;
	text-align:center;
	color:#515f0d;
	font-size:18px;
	font-family:tahoma,arial;
	text-decoration:none;
}
.button a {
	text-decoration:none;
}
#main {
	background:#565656;
	border:1px solid #747474;
	width:900px;
	height:auto;
	margin-top:10px;
}
.content { padding:10px; }
.corner_topleft { float:left;margin-left:-1px;margin-top:-1px; }
.corner_topright { float:right;margin-right:-1px;margin-top:-1px; }
.corner_bottomleft { float:left;margin-left:-1px;margin-bottom:-1px; }
.corner_bottomright { float:right;margin-right:-1px;margin-bottom:-1px; }
.whitetxt { color:white; }
.greentxt { color:#8afc02; }
#otforuma a {
	font-size:14px;
	color:#f3f3f3;
	text-decoration:none;
}
#otforuma a:hover {
	color:#dcdcdc;
}
.slideShow ul, .slideShow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}		
.slideShow {
	padding: 10px; display: table;
	clear: both;
	margin-bottom: 10px;
}
.slideShow .navigation {
	margin-top: 10px;
	clear: left;
	display: block;
}
.slideShow .navigation a {
	background-color: #B3B3B3;
	margin: 0px 2px 0px 0px;
	padding: 3px 8px;
	color: #232323;
	text-decoration: none;
	float: left;
	font-size: 0.8em;
}
.slideShow ul.topNavigation {
	margin: 0px 0px 40px 0px;
}
.slideShow .navigation a:hover, .slideShow .navigation a.selected {
	background-color: #929292;
	color: #000000;
}
.custom { /* Applied to container DIV */
	width: 700px;
	height: 175px;
	background-color: #676767;
	margin-bottom: 1em;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	width: 700px;
	height: 175px;
}

/* Existing styles */
#scroller .section {
	float:left;
	width: 480px;
	height: 175px;
}

#scroller .hp-highlight {
	height:175px;
	margin:-10px 10px 10px 0;
}

#scroller .feature-headline {
	position:relative;
	top:140px;
	width:432px;
	background:#676767;
	margin:10px 10px 20px 10px;
	padding:10px 10px 0 10px;
}
#scroller .feature-headline a {
	font-weight: bold;
	text-decoration: none;
	color:#cc0000;
}

#scroller h1 {
	font-weight:normal;
	font-size:19px;
}

#scroller p {
	font-size: 14px !important;
	color:#666666;
	line-height:130%;
	padding:0 0 10px;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 700px;
	height: 175px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 700px;
	height: 175px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 175px;
}