#carousel_inner {
position:relative;
float:left; /* important for inline positioning */
width: 440px; /* 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:100px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:230px;
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:250px; 
width:15px; 
background: #e0e0e0; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
padding-top: 103px;
}

/* moved from css_core */
 
 .inputb { 
	margin: 0px 14px 14px 0px; 
	padding: 7px;
	border: solid 1px #cccccc;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	font-weight: bold;
	background: #f7f7f7 url('images/bgs/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #e0e0e0), to(#f7f7f7));
	background: -moz-linear-gradient(top, #f7f7f7, #e0e0e0 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}


#RecentActivity {
	A:link, :visited, :active {color: #99EEFF;}
}

#feeds{
width: 480px;
margin-top:0px;
}

.item{
 margin:0;
 width:415px;
 height:44px;
 border-bottom:#e0e0e0 dotted 2px;
 padding: 7px 10px 7px 10px; 
}
	
.hs { font-size: 20px;
	color: #e7b766;
	font-family: 'Terminal Dosis', sans-serif;
	}
	
#tester {display:none;}