@charset "utf-8";
/* CSS Document */


  	#imgpro{
		cursor:pointer;
	}
	.shadow{
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		border-color: #eff2f9 #eff2f9 #eff2f9;
		border-style: solid;
		border-width: 1px;
		
	}
	.shadow {
    -moz-border-radius: 3px 3px 3px 3px;
	}
	.opa{
		opacity:0.8;
	}
	
	 
	 
	.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}
/*--Main Container--*/
/*--Window/Masking Styles--*/
.window {
	height:350px;
	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	
}
.image_reel {
	position:absolute;
	top: 0;
	 left: 0;
	 width:1000px;
	 height:350px;
}


/*--Paging Styles--*/
/*
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; 
}
*/

.paging {
	position:absolute;
	width:1000px;
	float:left;
	margin:-30px 0px 0px 0px;
	z-index:999;
}

.paging a {
	float:left;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background:url(../images/slideIcon.png) no-repeat;
	width:7px;	
}
.paging a.active {
	padding: 5px;
	width:100%;
	text-decoration: none;
	color: #fff;
	background:url(../images/slideIconSelected.png) no-repeat;
	width:7px;	
}
.paging a:hover {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background:url(../images/slideIconOver.png) no-repeat;
	width:7px;	
} 
