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

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-bottom: 0px;
	border: 1px solid #666;
	margin-top: 0px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 900px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px;
	right: -7px;
	width: 178px;
	height:47px;
	z-index: 9999; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px; /*--Hidden by default, will be later shown with jQuery--*/
	background-repeat: no-repeat;
	background-image: url(../Images/paging_grey.png);
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
#center content {
	margin: 20px;
}

.paging a.active {
	font-weight: bold;
	border: 1px solid #FFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #626361;
}
#home .container #centercontent #block_portfolio #portfolio_items .mini_portfolio_item .block_inside1 {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	height: 150px;
}

.paging a:hover {font-weight: bold;}
