body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

}

fieldset,img { 

	border:0px;

	margin:0px;

	padding:0px;

}



address,caption,cite,code,dfn,em,strong,th,var {

	font-style:normal;

	font-weight:normal;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

h1,h2,h3,h4,h5,h6 {

	font-size:100%;

	font-weight:normal;

}



abbr,acronym { border:0;

}



.folio_block {width:960px; height:338px; float:left;}	
/*--Main Container--*/
.main_view {float: left; position: relative; width:960px; height:338px;}
/*--Window/Masking Styles--*/
.window {height:338px;	width: 960px; overflow: hidden; /*--Hides anything outside of the set width/height--*/ position: relative; float:left;}
.image_reel {position: absolute;}
.image_reel img {float: left;}
/*--Paging Styles--*/

.paging {position: absolute; margin-top:300px; text-align:center; width: 960px; height:14px; z-index: 100; /*--Assures the paging stays on the top layer--*/ display: none; /*--Hidden by default, will be later shown with jQuery--*/ background:url(../_images/slider-buton.jpg); float:left;}
.paging a {padding:7px 9px 7px 9px; font-family:Arial, Helvetica, sans-serif; font-size:1px; color:#e5ecf2;  background:url(../_images/gri-btn.png) no-repeat; }
.paging a.active { background:url(../_images/gri-hover-btn.png); font-family:Arial, Helvetica, sans-serif; color:#e5ecf2;}
.paging a:hover { font-family:Arial, Helvetica, sans-serif; font-size:1px; color:#e5ecf2;  }
