#image_selector_tools
{
	width: 120px; 
	height: 250px; 
	background-color: #f5f5f5; 
	border-right: 1px solid #cbcbcb;
	font-size: 20px; 
	font-family: Arial; 
	font-weight: bold;
}

#post_element
{
	position: absolute; 
	top: -5px; 
	left: 114px; 
	z-index: 100;
	width: 17px;
	height: 34px;
}

#image_selector
{
	width: 590px; 
	height: 250px;
	border: 1px solid #ccc;
}

#image_selector_options
{
	margin-left: 20px; 
	margin-right: 20px; 
}

.tab_title
{
	min-height: 34px; 
	text-align: right; 
	padding-right: 8px;
}

#image_selector_ad
{
	width: 300px; 
	height: 250px; 
	background-color: #fff; 
	border: 1px solid #ccc;
	margin-top: 47px; 
	padding: 0px;
}

.change_set_button span
{
	cursor: pointer;
	color: #0063DC;
	background: white;
	font-size: 12px;
}

.change_set_button span:hover
{
	color: white;
	background:#0063dc;
}

.tab_title span
{
	cursor: pointer;
	color: #0063DC;
}

.tab_title span:hover
{
	color: white;
	background:#0063dc;
}
