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

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window, .partnerWindow {
	height:34px;
	width: 160px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.partnerWindow {
	height:50px;	
}

.image_reel, .partnerImage_reel{
	position: absolute;
	top: 0; left: 0;
}

.image_reel img, .partnerImage_reel img{
	float: left;
	border: none;
}

/*--Paging Styles--*/
.paging, .partnerPaging{
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a, .partnerPaging a{
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active, .partnerPaging a.active{
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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