
.custom-select {
    background: none repeat scroll 0 0 #e4e4e4;
    border: 1px solid #999999;
    position: relative;
    width: 186px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.custom-select .sel-trigger {    
    background: url("../imgs/select_icon.png") no-repeat scroll 235px -23px transparent;
	cursor: pointer;
    padding: 9px 18px;
    text-align: left;	
}
.custom-select.active .sel-trigger {
	background-position: 235px 11px;
}
.custom-select .sel-options {
    background: none repeat scroll 0 0 #E4E4E4;
    border: 1px solid #CCCCCC;
    height: 287px;
    overflow: hidden;
    position: absolute;
    top: 41px;
    z-index: 10;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.custom-select .sel-options li {
    border-top: 1px solid #CCCCCC;
    padding: 7px 15px;
	cursor: default;
}
.custom-select .sel-options li:hover {
	background: url(../imgs/white_50.png) repeat;
}
.custom-select .sel-options #item0 {
	border: none;
}