*{outline: none;}
img {border: 0;}
.slider 
{
    float: left;
    margin-right: 10px;
    width: 660px;
}
.folio_block {}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 660px;
	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-wrapper {
	padding-left: 10px;
	padding-right: 35px;
	position: absolute;
	bottom: 0px; 
	left: 0px;
	height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url("/_layouts/images/ChicagoCityColleges.com/slider-images/pager-bg.png");
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
    background-image: url("/_layouts/images/ChicagoCityColleges.com/slider-images/pager-page.png");
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 5px 3px;
    text-decoration: none;
    text-indent: -9999px;
    width: 10px;
  
}
.paging a.active {
	background-image: url("/_layouts/images/ChicagoCityColleges.com/slider-images/pager-page-selected.png");
}
.paging a:hover {}