/* Mouser Career Pages */

#left {float: left; width: 500px;}
#right {float: right; width: 185px;}
#careers_graphic {width: 700px; margin:0px 5px 0px 5px;}
/*#careers_sidebar1 {margin-bottom: 5px; height: 270px; width: 170px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #CCCCCC; background: #F0F0F0; color: #004B85; text-align: center; font-weight: bold; line-height: 2em;}*/
#careers_sidebar1 {margin-bottom:5px;height:376px;width:182px;color:#004B85;text-align:right;background:#c1c1c1;}
#careers_sidebar2_header {height: 25px; width: 182px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomleft: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; border-bottom-right-radius: 0px; border: 1px solid #7f7f7f; background: #004B85; color: #FFFFFF; font-weight: bold; text-align: center; font-size: 1.2em; line-height: 2em;}
#careers_tabs {clear: both; height: 46px; width: 700px; margin:0px 5px 0px 5px;}

.careers_header {color:#FFFFFF;font-weight:bold;background:#004a85;height:30px;border-bottom:3px solid #c1c1c1;line-height:25px;font-size:14px;padding-left:8px;margin-bottom:5px;}

.indent {margin-left:20px;line-height:20px;padding:5px 0;color:#004a85;font-size:12px;}

.video_ad {width:182px;height:295px;background:#c1c1c1;margin-top:14px;}


ul.paging {
	position: absolute;
	bottom: -49px; right: 0px;
	/*width: 178px; height:47px;*/
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	/*text-align: center;*/
	/*line-height: 40px;*/
	/*background: url(paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	border:none;
	
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	width: 504px;
}
ul.paging li {
	float: left;
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul.paging a {
	float: left;
	display: none;
	height: 57px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}

/*--Assign an image and width to each link--*/
ul.paging li.slide1 a {
	background-image: url(../images/careers/btn-award.png);
	width: 99px;
}
ul.paging li.slide2 a {
	background-image: url(../images/careers/btn-berkshire.png);
	width: 101px;
}
ul.paging li.slide3 a {
	background-image: url(../images/careers/btn-global.png);
	width: 100px;
}
ul.paging li.slide4 a {
	background-image: url(../images/careers/btn-benefits.png);
	width: 103px;
}
ul.paging li.slide5 a {
	background-image: url(../images/careers/btn-culture.png);
	width: 100px;
}

/*--Assign an image and width to each link--*/
ul.paging li.slide1 a.active {
	background-image: url(../images/careers/btn-award.png);
	background-position: left -57px;
	width: 99px;
}
ul.paging li.slide2 a.active {
	background-image: url(../images/careers/btn-berkshire.png);
	background-position: left -57px;
	width: 101px;
}
ul.paging li.slide3 a.active {
	background-image: url(../images/careers/btn-global.png);
	background-position: left -57px;
	width: 100px;
}
ul.paging li.slide4 a.active {
	background-image: url(../images/careers/btn-benefits.png);
	background-position: left -57px;
	width: 103px;
}
ul.paging li.slide5 a.active {
	background-image: url(../images/careers/btn-culture.png);
	background-position: left -57px;
	width: 100px;
}

/*SCROLLING AREA FOR GRAPHICS*/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 700px;
	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;}