.worksample {
	width:672px;
	height:500px;
	position:relative;
	left:-336px;
	top:-250px;
	text-align: left;
	background-color: #fff;
}
.worksample:hover {
	hover: pointer	;
}
.worksample .topbar {
	background-color: #669ac9;
	height: 45px;
	width: 672px;
}
.worksample .topbar .closeBlock {
	float: right;
	margin-right: 35px;
	margin-top: 16px;
}
.worksample .topbar .closeBlock:hover {
	cursor: pointer;
}
.worksample .topbar .paging {
	position: relative;
	top: 12px;
	left: 35px;
	color: #fff;
}
.worksample .topbar .paging a,.worksample .topbar .paging a:hover,.worksample .topbar .paging a:visited{
	color: #000;
}
.ws_big {
	margin-left: 34px;
	margin-top: 25px;
	float: left;
	max-height: 420px;
	max-width: 300px;
}
.ws_content {
	margin-top: 25px;
	width: 338px;
	height: 427px;
	float: left;
	overflow: auto;
}
.ws_content h2 {
	font-size: 12px;
	color: #737373;
	margin-left: 44px;
}
.ws_content h1 {
	font-size: 19px;
	color: #669999;
	margin-left: 72px;
	margin-bottom: 20px;
}
.ws_subcontent {
	font-size: 12px;
	color: #000;
	margin-left: 72px;
	margin-bottom: 20px;
}
.ws_small {
	/*margin-left: 100px;*/
	max-width: 207px;
	max-height: 210px;
}
