.main_view * {
	margin: 0;
	padding: 0;
}

.wrapbox2 img {
	border: none;
}



#content-slider {
	width: 240px;
	overflow: hidden;
	height: 333px; 
	margin: 30px 0 0 0;
	border: solid 1px #666;
	
}

#content-slider-inside {
	list-style: none;
	height: 350px;
	overflow: scroll;
	overflow-y: hidden;
}

	#content-slider-inside li {
		width: 250px;
		background: #ccc;
		height: 374px;
		color: #666;
		font-size: 200px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		text-align: center;
		line-height: 300px;
	}
	
#navigation {
	list-style: none;
	margin: 20px 40px 0 0;
	float: right;
}

#navigation li {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0;
	border: solid 1px #ccc;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
}

#navigation li a, #navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
	height: 30px;
	color: #666;
}

#navigation li a.selected, #navigation li a.selected:link, #navigation li a.selected:visited {
	background: #666;
	color: #fff;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #666;
	color: #fff;
}

/* new photo slider */
/* new photo slider */
/* new photo slider */

/*--Main Container--*/
.main_view {
	float: right;
	position: relative;
	margin-left: 20px;
	padding:  10px; 
}
/*--Window/Masking Styles--*/
.window {
	
	height:394px;	width: 250px;
	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: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	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;
	/*background: #920000;
	background: #325a62;
	background-color: black;*/
	background: #963767;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}