/* CSS Document */

/* 
 * Default Template for Slider Plugin
 * 
 * Coded by Tolga Arican (chaylock@msn.com) (www.dxenia.com) 
*/
.base_container{
	position: relative;
	overflow:hidden;
	width:620px;
	height: 30px;
	background-image: url(../img/m_columu/new_top/news/news_back.jpg);
	padding-left: 90px;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
}
ul.innner_list {
	position: relative;
	overflow:hidden;
	width: 620px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.innner_list li {
	overflow:hidden;
	width:620px;
	height:30;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	line-height: 30px;
}
ul.innner_list li img {
	margin-top: 7px;
	margin-bottom: 8px;
	margin-right: 3px;
}
ul.innner_list li span {
	font-size: 10px;
	line-height: 30px;
	color: #666666;
	margin-left: 5px;
}
.base_container .more_button {
	position: absolute;
	left: 630px;
	top: 7px;
}

.clearLeft { 
clear: left; 
}

