
body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	margin: 20px 0;
	float: left;
	clear: both;
	width: 100%;
}
.main_view {
	width: 580px;
	height: 294px;
	float: left;
	padding: 25px;
	margin-right: 20px;
	background: url(main_view_bg.gif) no-repeat;
	position: relative;
}
.window {
	height:294px;
	width: 580px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {float: left;}
.image_reel a span {
	height: 294px;
	width: 580px;
	float: left;
	background: #111 url(icon_view.gif) no-repeat center;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
.paging {
	position: absolute;
	bottom: 40px; right: -3px;
	width: 178px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(paging_bg.png) no-repeat;
	display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #006666; 
	border: 1px solid #005581;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
.desc {
	width: 290px;
	float: left;
	color: #777;
	font-size: 1.1em;
	padding: 15px 0;
}
.desc h2 {
	text-transform: uppercase;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 5px 0; margin: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
.desc h3 {
	font-size: 1.3em;
	padding: 5px 0;	margin: 0;
}
.desc ul.services {
	padding: 0; margin: 0 0 0 15px; 
	list-style: none;
}
.desc ul.services li {
	background: url(icon_check.gif) no-repeat left center;
	padding: 3px 5px 3px 20px;	margin: 0;
}
