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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#jp_studio_banner {
	height: 112px;
	width: 700px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: black medium solid;
}

#jp_studio_banner:hover {
	border-bottom: gray medium solid;

}
#homepage_links {
	background-repeat: repeat;
	padding-left: 40px;
	color: #000000;
}

#right_box{
	width: 450px;
	padding-left: 15px;
	height: 600px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 280px;
	margin-top: 15px;
	background-repeat: repeat;
}
#img_box {
	background: none;
	height: 290px;
	width: 200px;
	margin-top: 15px;
	float: left;
}

#right_box ul {
	list-style-type: none;
}
#link_box {
        font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin-left: 50px;
	float: left;
	
}

#link_box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
#link_box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-decoration: none;
}
#link_box a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: 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;
}
#wrap {
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(images/denver-artist-bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
#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;
}
#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{

}