/* 
	Resets defualt browser settings
	reset.css
*/

/*ol,ul { list-style:none; }*/
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

table.fourYearPlan {
    cellpadding: 5;
    cellspacing: 0;
    border: solid 1px black;
}
table.fourYearPlan td {
    border-top: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    collapse: collapse;
}
table.fourYearPlan tr.solidTop td{
    border-top: solid 1px black;
}

#slides_container {
	width:900px;	/*900*/
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:904px;	/*910*/
	height:350px;
	position:relative;
}

/*#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}*/

#frame {
	position:absolute;
	z-index:12;
	width:880px;	/*870*/	/* 950 */
	height:300px;   	/* 341 */
	top:-2px;
	left:10.5px;	/*15.5*/	/*/*55.5*/
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:2px;
	z-index:11;		/*100;*/
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:862px;
	overflow:hidden;
	position:relative;
	display:none;
	left:8px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:273px;	/*273*/
	height:270px;
	display:block;
	z-index:5;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-16px;
	width:24px;
	height:43px;
	display:block;
	z-index:12;		/*101;*/
}

#slides .next {
	left:886px;
}

/*
	Pagination
*/

.pagination {
	margin:27px 0px 0px 0px;
	width: 310px;
	height: 100px;
}

.pagination li {
	float:left;
	margin:7px 4px 7px 15px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;

}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:800px;
	font-size:1.5em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

