

.ad {
	position : absolute;
	width : 300px;
	height : 200px;
	z-index : 10;


	left : 50%;
	margin-left : -150px;
	top : 120px;

	background : transparent;
	background-image : url('ad.png');
	visibility : hidden;
	/*opacity : 0;*/


	

	
}


.close{
	position : absolute;
	width : 20px;
	height : 20px;
	z-index : 15;


	left : 100%;
	margin-left : -51px;
	top : 30px;

	background : red;
	/*background-image : url('ad.png');*/
	opacity : 0;
	cursor : pointer;


}

.clickArea{
	position : absolute;
	width : 250px;
	height : 150px;
	z-index : 11;


	left : 25px;
	top : 25px;

	background : transparent;
	opacity : 0;
	cursor : pointer;


}


















.workshop {
	position : relative;

	width : 180px;
	height : 98px;
	padding : 10px;
	
	background : #ffffff;
	cursor : pointer;

	left : 1px;
	
}


.workshop .scroll {
	position : relative;
	width : 180px;
	height : 20px;
	line-height : 22px;

	font-family : arial;
	color : brown;
	font-size : 20px;
	text-align : center;
	
	
	
}

.workshop .topic {
	position : relative;

	width : 180px;
	height : 20px;

	font-family : helvertica,verdana,arial;
	color : black;
	font-weight : bold;
	font-size : 14px;
	text-align : center;

}
.workshop .bottom {
	position : relative;

	width : 180px;
	height : 20px;

	font-family : helvertica,verdana,arial;
	color : black;
	font-weight : bold;
	font-size : 24px;
	text-align : center;
	
	
	
}

.set {
	position : relative;

	padding-left : 11;
	padding-right : 11;

}