

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 782px;
    margin: 0px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 782px;
    margin: 0 auto;
    position: relative;
	border: 1px solid #ccc;
	background: #e6e6e6;
}

.scroll {
	overflow: hidden;
	width: 782px;
    margin: 0 auto;
    position: relative;

}

.scrollContainer {
	position: relative;

}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 250px;

}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
	background: #ffffff;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #333333;
	font-size: 0.9em;
}





.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}






/*-- HOME SLDESHOW--*/


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	
}
/*--Window/Masking Styles--*/
.window {
	height:400px;	width: 782px;
	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: -10px; left: 0px;
	width: 782px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	/* background: url(../images/bg_paging.png) no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #999999;
}
.paging a.active {
	font-weight: normal;
color: #ff5200;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: normal; color: #ff5200;}











			#crossslide{
				width: 780px;
				height: 300px;

				position:relative;

				border: 1px dotted #bbbbbb;
				
				/* background-image:url('../images/bg_slideshow.jpg'); background-repeat: no-repeat; 		*/
				background: #ffffff;
			}
