
.stylish-select ul.newList {
	left:-9999px;
	width:181px;
	height:200px;
	overflow-y: scroll;
}

/* styled select list */
ul.newList * {
	margin:0; 
	padding:0;
}
ul.newList a {
	color: #9C9A9A; 
	text-decoration:none; 
	display:block;
}
ul.newList {
	margin:0; 
	padding:0; 
	list-style:none; 
	color:#fff; 
	width:178px; padding-left:3px;
	background:#454545; 
	position:absolute;  
	top:18px; 
	left:0; 
	overflow:auto;
	z-index:9999;
}
.newListSelected {
	float:left; 
	background:url(images/right-input.png) no-repeat 0 0;width:178px; height:17px;padding-left:3px;
}
.dropdownList .newListSelected {
	float:right; 
	background:url(images/right-select.png) no-repeat 0 0;width:178px; height:17px;padding-left:3px;
}
.dropdownList .newListSelected ul.newList{
	padding-left:3px;width:178px !important;
}

.dropdownList .newListSelHover, .dropdownList .newListSelFocus {
	background-position:0 -17px; 
	cursor:pointer;
}

.newListSelected span {
	width:178px;padding-left:3px; 
	display:block;
}
ul.newList li a {
	padding:3px 8px; display: block;
}
ul.newList li a:focus {
	-moz-outline-style: none;
}
.selectedTxt {
	width:178px; 
	overflow:hidden;
	height:16px; color:#9C9A9A;font-family:Trebuchet MS;font-size:11px;font-weight:normal;
	padding:1px 0px 0 3px;
}

.hiLite {
	background:#5A5A5A!important; 
	color:#fff!important;
}
.hiLite a{
	background:#650101!important; 
	color:#fff!important;
}
.newListHover {
	background:#ccc!important; 
	color:#000!important; 
	cursor:default;
}
.newListSelHover, .newListSelFocus {
	background-position:0 -17px; 
	cursor:default;
}
.newListOptionTitle {
	color:#9C9A9A;font-family:Trebuchet MS;font-size:11px;font-weight:normal;
}
.newListOptionTitle ul {
	margin:3px 0 0;
}
.newListOptionTitle li {
	font-weight:normal; 
}

.photoCarouselHeader .dropdownItem {
	float:left;
}
