.imageDD_sBox
{
	display:inline-block;
	clear:left;
	
	width:120px;
	height:100px;
	border:#000 1px solid;
	
	background-color:#fff;
}

.imageDD_sBox:hover
{
	cursor:pointer;
}

.imageDD_sBox:hover .imageDD_sArrow
{
	background-color:#aaa;
}

.imageDD_sArrow
{
	float:right;
	width:20px;
	height:100%;
	background-color:#ccc;
	
	background-image:url(pics/asc.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.imageDD_sDD
{
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
	
	background-color:#fff;
	max-height:500px;
	z-index:1;
	overflow:auto;
}

.imageDD_img
{
	width:90px;
	height:90px;
	padding:5px;
}

.imageDD_option
{
	width:120px;
	text-align:center;
}

.imageDD_option:hover
{
	width:120px;
	text-align:center;
	
	background-color:#a9a9ff;
	
	cursor:pointer;
}
