/*--Main Container--*/.main_view {	float: left;	position: relative;}/*--Window/Masking Styles--*/.window {	height:320px;	width: 670px;	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  { line-height: 40px; background-position: 0 0; text-align: center; display: none; position: absolute; z-index: 100; top: 15px; right: -7px; width: 250px; height: 47px }.paging a   { color: #fff; font-weight: bold; text-decoration: none; background-color: #feb2cc; padding: 5px 10px; border: solid 1px #feb2cc; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px  }.paging a.active  { font-weight: bold; background: #F76999; border: solid 1px #F76999; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px }.paging a:hover {font-weight: bold;}