div.sml_show ul.imgs {
	height:160px;
	list-style:none;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:240px;
}

div.sml_show ul.imgs li {
	height:160px;
	width:240px;
}

div.sml_show div.ctrl {
	background:#d7cfc6;
	height:20px;
	margin:0px;
	overflow:hidden;
	padding:0px;
	text-align:center;
	width:240px;
}

div.sml_show div.ctrl div.wrp {
	display:inline-table;
}

div.sml_show div.ctrl a.prev, div.sml_show div.ctrl a.next, div.sml_show div.ctrl ul.ints {
	float:left;
}

div.sml_show div.ctrl a.prev, div.sml_show div.ctrl a.next {
	background:none;
	font-size:20px;
	height:20px;
	line-height:15px;
	margin:0px 0px 0px 0px;
	text-align:center;
	width:20px;
}

div.sml_show div.ctrl a.prev:hover, div.sml_show div.ctrl a.next:hover {
	color:#ffffff;
	text-decoration:none;
}

div.sml_show div.ctrl ul {
	height:20px;
	list-style:none;
	margin:0px;
	overflow:hidden;
	padding:0px;
}

div.sml_show div.ctrl ul li {
	background:url(../images/ui/sml_show_ctrl.png) center top no-repeat;
	color:#9a8871;
	cursor:pointer;
	float:left;
	height:10px;
	font-size:1px;
	margin:5px 2px 5px 2px;
	width:10px;
}

div.sml_show div.ctrl ul li.activeSlide, div.sml_show div.ctrl ul li:hover {
	background:url(../images/ui/sml_show_ctrl.png) center bottom no-repeat;
	color:#ffffff;
}

div.sml_show div.ctrl ul li img {
	height:10px;
	width:10px;
}