.MICMS_slider{
	width: 315px;
	height: 254px;
	overflow: hidden;
	text-align: left;
	clear: both;
	position: relative;
}
.MICMS_slider_left{
	float:left;
	width: 20px;
	height: 254px;
	overflow: hidden;
	background: url(images/index_slide_left.gif) no-repeat;
	cursor: hand;
}
.MICMS_slider_right{
	float: right;
	width: 20px;
	height: 254px;
	background: url(images/index_slide_right.gif) no-repeat;
	cursor: hand;
}
.MICMS_slider_container{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 275px;
	height: 254px;
    background: url(images/mansetbg.jpg) no-repeat;
}
.MICMS_slider_inner{
	position: relative;
	width: 275px;
	height: 254px;
	overflow: hidden;
}
.MICMS_slider_item {
	float: left;
	width: 275px;
	height: 254px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
.MICMS_slider_item .item_inner{
	padding: 0px 1px 1px 1px;
}
.MICMS_slider_item .img img {
	width: 265px;
	height: 107px;
	border-top: 1px #f8e3e3 solid;
}
.MICMS_slider_item .title {
	overflow: hidden;
	padding: 5px 0px 0px 5px;
	font: bold 8pt/15px Tahoma;
	color: #3E3E3E;
}
.MICMS_slider_item .spot {
	padding-left: 5px;
	font: 100 8pt/15px Verdana;
	cursor: hand;
}
.anakose {
	float: left;
	width: 273px;
	height: 59px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #efefef;
	background: url(images/anakosebgy.jpg) no-repeat;
	
}
.anakoseimg {
	float: left;
	width: 50px;
	height: 59px;
}
.anakosebaslik {
	float: left;
	width: 215px;
	overflow: hidden;
	padding: 5px 0px 0px 5px;
	font: bold 9pt/15px Tahoma;
	color: #cb2026;
}
.anakoseyazi {
	float: left;
	width: 215px;
	overflow: hidden;
	padding: 5px 0px 0px 5px;
	font: 8pt/15px Tahoma;
	color: #3E3E3E;
}
.anakoseyazi a {
	text-decoration: none;
	color: #000000;
}
.anakoseyazi a:hover {
	text-decoration: underline;
	color: #cb2026;
}