body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}


a {
	color: #000000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border:none;
}

#jp_studio_banner {
	height: 175px;
	width: 193px;
	float:left;
}

#homepage_links {
	color:#000;
	float:right;
	width:550px;
	height:50px;
	background-color:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:fixed;
	z-index:1300;
	margin-left:200px;
}


#header{
	position:fixed;
	z-index:1000;
}
#homepage_links ul li{
	display:inline;
	margin-left:40px;
	list-style-type:none;
	font-size:18px;

}
#homepage_links ul{
	float:right;
}
#homepage_links ul li a{
	color:#000;
}
#homepage_links ul li a:hover {
	color:orange;
}

#right_box{
	width: 450px;
	padding-left: 15px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 280px;
	margin-top: 75px;
	background-repeat: repeat;
	min-height:600px;
	position:relative;
	z-index:1200;

}
#img_box {

	background: none;
	height: 290px;
	width: 200px;
	margin-top: 75px;
	float: left;
	clear:left;
}

#right_box ul {
	list-style-type: none;
}

#right_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}
#right_box h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

/*background-image: url(images/denver-artist-bg.jpg);*/
#wrap {
	padding-top: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul li a {
	font-weight: bold;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
}
#footer ul {
	text-align: center;
}
#footer {
	font-size: 11px;
	margin-top: 200px;
	clear:both;
}
#footer ul span {
}

address{
	display: inline;
	font-style: normal;	
	}

/* root element for scrollable */
.vertical {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */
		height: 600px;
		width: 500px;
        border: none;

}

/* root element for scrollable items */
.items {
	position:absolute;
	/* this time we have very large space for height */
	height:20000em;
	margin: 0px;
}

/* single scrollable item */
.item {
	margin:0;
	font-size:12px;
        border: none;

}


/* the action buttons above the scrollable */
#actions {
	width:260px;
	margin:0 auto;

}

#actions a {
        text-decoration: underline;
	font-size:12px;
        font-weight: bold;
	cursor:pointer;
	color:#036;
        margin: -20px 5px 10px 5px;
}
#actions a:hover {
	text-decoration:underline;
	color:#036;
}

.disabled {
	visibility:hidden;
}

.next {

}
.prev{

}
#redesign-img{
	width: 972px;
	height: 1000px;
	margin: 20px auto;
}
