@charset "utf-8";
/* CSS Document */

.infoFeeder * {
	margin: 0;
	padding: 0;
}

.infoFeeder img {
	border: none;	
}

.infoFeeder {
	padding: 18px 0 0 40px;
	width: 960px;
	background-color: #F2F2F2;
}


/* FEED CONTROLLER */
.feedControls {
	padding-right: 30px;
	width: 180px; 
	float: left;	
	}
	.feedControls .feedTitle {
		padding-bottom: 10px;
	}
	
	.selectInfo {
	   width: 126px;
	   float: left;	
	}
	
	.selectInfo .iBox {
		margin-right: 3px;
	    _margin-right: 2px;
	    margin-bottom: 3px;
	    width: 11px; 
	    height: 9px;
	    cursor: pointer;
	    background-color: #222;
	    float: left;
	}
	.selectInfo .selBox {
		width: 9px; 
		height: 7px;
		_font-size: 7px;
	    _line-height: 7px;
		background: none;
		border: 1px solid #222;
	}
	.next {
		cursor: pointer;
		float: right;	
	}

/* INFO FEEDS */
.feeds {
	margin-right: 40px;
	padding-bottom: 18px;
	width: 710px;
	float: left;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	position: relative;
}
.noBorder {
	border: none;	
}

.feeds ul {
	width: 2000px;
	height: 90px;
}

.feeds ul li {
	display: inline;	
}
.feeds ul li img {
	border: 1px solid #FFF;
}
.feedImages {
	position: relative;
	left: 0;
}
.feedText {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.feedLinkTo {
}




/* SPECIAL CSS */
.infoFeeder .clear {
	clear: both;	
}
