.ads_bigbox_top{
	margin-left: 175px; 
	width: 550px; 
	height: 66px; 
	border: 1px solid #62beff;
	text-align: center;
	padding-top: 20px;
	color: #777777;
	cursor: pointer;
}

.ads_maindiv{
	height: 551px; 
	border: 1px solid #efefef; 
	padding: 10px; 
	margin-top: 10px; 
	background-image:url("../img/bck.png")
}

.ads_bigbox_bottom{
	margin-left: 173px; 
	margin-top: -84px;
	width: 550px; 
	height: 64px; 
	border: 1px solid #62beff;
	text-align: center;
	padding-top: 20px;
	color: #777777;
	cursor: pointer;
}
.ads_smallbox{
	margin-top: 338px;
	margin-left: 4px;
	width: 132px;		
	height: 90px; 
	border: 1px solid #62beff;
	text-align: center;
	padding-top: 20px;
	color: #777777;
	cursor: pointer;
}

.ads_selected{
	background-color: #beff9a;
}

#background{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}

.ads_popupbox{
	display: none; 
	z-index: 10; 
	border: 1px solid #ff0000; 
	width: 400px; 
	height: 170px;
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #dddddd;
    border-radius: 3px 3px 3px 3px;
	padding: 2px;
	padding-bottom: 15px;
}

.ads_js {
	width: 396px;
	height: 130px;
	margin-bottom: 10px;
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
}

.ads_ok {
	width: 70px;
	height: 18px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-left: 110px;
	background: none repeat scroll 0 0 #7abfff;
    border-radius: 1px 1px 1px 1px;
	color: #ffffff;
	cursor: pointer;
}

.ads_cancel, .ads_remove {
	width: 100px;
	height: 18px;
	padding: 5px;
	text-align: center;
	margin-left: 10px;
	float: left;
	background: none repeat scroll 0 0 #7abfff;
    border-radius: 1px 1px 1px 1px;
	color: #ffffff;
	cursor: pointer;
}

.ads_remove {
	display: none;
}

.ads_ok:hover, .ads_cancel:hover, .ads_remove:hover{
	color: #7abfff;
	border: 1px solid #7abfff;
	background-color: #ffffff;
	border-radius: 1px 1px 1px 1px;
}

.ads_clear{
	clear: both;
}