.icon-list {
	overflow:hidden;
	float:left;
	width:656px;
	position:relative;
	left:0;
	padding:0;

}
.icon-list ul {
	list-style:none;
	overflow:hidden;
	height:120px;
	min-width:840px;

/*	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
*/
}
.icon-list ul li {
	width:120px;
	display:block;
	float:left;
	
}
#left_but {
	cursor:pointer;
	width:28px;
	height:120px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background: url(../images/selector_arrow_sprites.png) no-repeat scroll;
}
#right_but {
	cursor:pointer;
	width:28px;
	height:120px;
	position:absolute;
	top:0;
	left:628px;
	background: url(../images/selector_arrow_sprites.png) no-repeat scroll -28px 0px;
}

.selector {
	padding-bottom:7px;

}
.selector-wrapper {
	position:relative;
	margin-left: 20px;
	overflow:hidden;
	width:100%;
}
#selector_list {
	margin:0;
	padding:0 0 0 28px;
}

.gallery-item {

	position:relative;
	cursor:pointer !important;

}
.gallery-item img {
	width: 120px;
	height: 120px;

}
.gallery-item .mouseover {
	z-index: 99;
	background-color: red;
	width: 120px;
	height: 120px;
	float: left;
}
.gallery-item a {
	cursor:pointer;
}
.gallery-item .slide-desc {
	position:relative;
	top:-22px;
	background:url(../images/slide-desc-bg.png);
	display:block;
	font-size:12px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
.gallery-item .slide-desc strong {
	background:#E08505;
	display:inline-block;
	padding:3px 12px 4px 13px;
}

