﻿
/*sild-show---------------------------------------*/

body {margin:0px; padding:0px;}

/*--Main Container--*/

.main_view {
	float: left;
	position: relative;
}
.main_view2 {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:170px;	width: 235px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.window2 {
	height:128px;	width: 235px;
	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;}

.image_reel2 {
	position: absolute;
	top: 0; left: 0;
}
.image_reel2 img {float: left;}


/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	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 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*--Paging Styles--*/
.paging2 {
	position: absolute;
	bottom: 40px; right: -7px;
	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--*/
}
.paging2 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging2 a.active {
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging2 a:hover {font-weight: bold;}


/* Logo CSS */

.main_logo {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window_logo {
	height:185px;	
	width: 970px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_logo {
	position: absolute;
	top: 0; left: 0;
}
.image_logo img {float: left;}

/*--Paging Styles--*/
.paging_logo {
	position: absolute;
	bottom: 40px; right: -7px;
	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_logo a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging_logo a.active {
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging_logo a:hover {font-weight: bold;}

/*sild-show---------------------------------------*/
