@charset "UTF-8";
.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.logoslogan { 
    width: 600px;
	float: left;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	display:block;
}
.menu2 { 
    width: 100%;
	float: left;
}
.content { 
	float: left;
/*	width:1140px;*/
}
.artwork_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	color: #666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #3399cc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #999;
}
.gray {
	color: #999;
}
.showYear {
	display:inline-block;
	width: 100px;
	float: left;
}
.artwork, #parent{
	overflow-x: scroll;
/*	padding-top: 20px;*/
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#main {
	width: 1000px;
	margin: 0px auto; /* this centers the div*/
}	
#scrolling {
	width:1000px; /* width probably isn't needed here because it is inherited from the containing div, but it doesn't hurt*/
	height:530px; /* This height indicates where the bottom scrollbar sits relative to the images*/
	overflow-x: scroll;
	overflow-y: hidden;
	display: inline;
	float: left;
	margin: 0 0 80px 0;
}
#artwork, #parent {
	width:15000px; /* make this wide enough to contain the entire row of images.*/
} 
#artwork span, #parent span {
	float:left;
}

/* scroll arrow code based on http://jsfiddle.net/jwcarroll/atAHh/ */

div.arrows {
	width:60px;
	height: 100px; 
	display: inline;
	position:relative;
    top: 200px;
}
div.left{  
  left: 0;
  clear: left;
  float: left;
  margin: 0 0 0 -80px;
}
div.right{ margin-left: 20px;}

.homepage-image {
	padding-right: 20px;
	float: left;
	vertical-align: middle;
}

/* SPRY MENU BAR STYLES ARE HERE
The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 38px;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 8em;
	float: right;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em 0 0;
	color: #666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover
{
	color: #3399cc;
}
ul.MenuBarHorizontal a:focus
{
	color: #3399cc;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
