.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 24px;
	float:left;
	color:#666;
	font-size:12px;
	line-height:24px;
}
.holder .selectArea {
	height:98px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:19px;
	height:100%;
	display: block;
}
.holder .selectArea .left {
	width:1px;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:24px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.holder .selectArea a.selectButton {
	width:24px;
	height:100%;
	background: url(../images/btn-select.gif) no-repeat;
}
.selectArea .center{
	height: 22px;
	line-height:22px;
	display:block;
	padding:0 30px 0 8px;
	border:1px solid #ccc;
	background-color:#fff;
}
.holder .selectArea .center{
	height:96px;
	padding:0 24px 0 0;	
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color:#fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 3000;
	font-size: 12px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #666;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #ccc;
	color: #FFF;
}
.drop-img{
	width:139px !important;
	margin-top:74px;
}
* html .drop-img{
	width:140px !important;
}
.drop-img ul{
	float:left;
}
.drop-img a{
	width:116px;
	padding:1px;
}
