body { line-height:18px; font-size:12px; color:#2f2f2f; font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif; background: #ffffff; background-image: url(http://lemoncherryblogs.com/images/background.jpg); background-repeat: repeat-x;}
h1{font-size: 28px; color:#2f2f2f; font-weight: normal; padding-left:0px; margin-bottom: -5px;} 
h2{font-size: 16px; color:#2f2f2f; font-weight: normal; padding-left:0px; margin-bottom: -1px;} 
h3{font-size: 18px; color:#2f2f2f; font-weight: normal; padding-left:0px; margin-bottom: -3px;} 
b2{font-size: 22px; color:#2f2f2f; font-weight: normal; padding-left:0px; margin-bottom: 0px;} 
img {border-style:none;}
#topnav {width:962px; background-color:#000000; padding-left:193px; margin-top: -8px;}
#header {width:962px; padding-top:73px; padding-left:0px; padding-bottom: 30px; ;}
#wrap {width:962px; margin-right:auto; margin-left:auto;}
#screen {width:962px; height:1000px;  margin-right:auto; margin-left:auto; background-image: url(http://lemoncherryblogs.com/images/main_portfolio.jpg); background-repeat: no-repeat;}
#main {width:962px; padding-left:30px; padding-right:30px;}
#leftbox {width:191px; margin-left:36px; padding-top:165px; float:left}
#footer {width: 100%; height: 112px; margin-top:10px; padding-top:50px; background:#000000; background-image: url(http://lemoncherryblogs.com/images/footer.jpg); background-repeat: repeat-x;}
#footer a:link {text-decoration: none; border:none; color:#2f2f2f;}
#footer a:visited {text-decoration: none; border-style: none; color:#2f2f2f;}
#footer a:hover {color:#7ab318;}
#footer a:active {text-decoration: none;}
a:link {text-decoration: none; border:none; color:#c40001;}
a:visited {text-decoration: none; border-style: none; color:#c40001;}
a:hover {color:#7ab318;}
a:active {text-decoration: none;}



body {
	background: #fff;
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
*{outline: none;}
img {border: 0;}
.container {
	width: 807px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:500px;	width: 807px;
	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: 0px;
	width: 732px; height:46px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 15px;
	padding-top: 6px;
	background: url(http://dreamupstudios.com/images/numbbg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 4px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold; 
	background: #fdff5e; 
	border: 0px solid #610000;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.paging a:hover {font-weight: bold;}