﻿
*{outline: none;}
img {border: 0;}
.container {
	width: 250px;
	padding: 10;
	margin: 10 auto;
}

/*--Position Portfolio on Page--*/
.main_block {

}
.dept_block {

}
.left_block {
}
.right_block {
}
 
/*--Primary Container--*/
.main_view {
	float: left;
	position: relative;
}
.left_view {
	float: left;
	position: relative;
}
.dept_view {
	float: left;
	position: relative;
}
.right_view {
	float: right;
	position: absolute;
}

/*--Window/Masking Styles--*/
.window-main {
	height:219px;	width: 768px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.window-dept {
	height:219px;	width: 768px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.window-left {
	height:219px;	width: 768px;

	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.window-right {
	height:219px;	width: 768px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel-main {
	position: absolute;
	top: 0; left: 0;
}
.image_reel-main img {float: left;}
 
.image_reel-dept {
	position: absolute;
	top: 0; left: 0;
}
.image_reel-dept img {float: left;}
 
.image_reel-left {
	position: absolute;
	top: 260; left: 0;
}
.image_reel-left img {float: left;}
 
.image_reel-right {
	position: absolute;
	top: 260; left: 200;
}
.image_reel-right img {float: left;}

/*--Caption Styles-- */
.transparency {
	position: absolute;
	bottom: 37px; 
	right: 0px;
	width: 250px; height:30px;
	background: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



/*--Paging Styles for Main Home Page Banner--*/
.paging-main {
	position: absolute;
	bottom: 1px; 
	right: 520px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging-main a:link{
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging-main a.active {
	font-weight: bold; 
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging-main a:hover {font-weight: bold;}

/*--Paging Styles for Department Portfolio--*/
.paging-dept {
	position: absolute;
	top:180px;
	bottom: -1px; 
	left: 660px;
	
	width: 100px; height:30px;
	background:transparent; 
	z-index: 110; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 35px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging-dept a:link {
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #252525;
}
.paging-dept a.activeD {
	font-weight: bold; 
	border: 0px solid #ffff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.paging-dept a:hover {font-weight: bold;}

/*--Paging Styles for Left-Side Portraits--*/
.paging-left {
	position: absolute;
	bottom: 0px; 
	right: 0px;
	width: 768px; height:30px;
	background: #fff; 
	z-index: 110; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 30px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging-left a:link {
	padding: 5px;
	text-decoration: none;
	color: #252525;
}

.paging-left a.activeL {
	font-weight: bold; 
	border: 1px solid #FFFFFF;
	outline:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.paging-left a:hover {font-weight: bold;}

/*--Paging Styles for Right-Side Portraits--*/
.paging-right {
	position: absolute;
	bottom: 0px; 
	right: 0px;
	width: 280px; height:37px;
	background: #333333; 
	z-index: 110; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 37px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging-right a:link {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging-right a.activeR {
	font-weight: bold; 
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging-right a:hover {font-weight: bold;}
