body {  
	color: #000;
	margin: 50px 50px 20px 50px;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans;
	font-size: 10px; 
	line-height: 12px; 
}


div, p, a, td, h1, h2, h3, h4, span {
	font-family: "Lucida Grande", Helvetica, Arial, sans;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0;
}

div.clear {
	clear: both;
}

span.videostart {
	vertical-align: top;
	margin: 0px 5px 0px 10px;
	color: #888888;
}
img {
	border: 0;
}

a:link, a:visited, a:active {
	border: 0;
	color: #98dfff;
	text-decoration: none;
	font-size: 9px;
}
a:hover {
	font-size: 9px;
	color: #ffffff;
}

p {
	margin: 0px;	
}



#vrcontainer {
	width: 100%;
}


#dock {
	position: absolute;
	background-color: transparent;
	background-image: url(/img/navi/dock.png);
	background-repeat: repeat;
	overflow: hidden;
	padding: 0px;
	z-index: 10;
}

#dockcontent {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 10px 10px 10px;
	background-color: transparent;
	font-size: 10px;
	color: #FFF;
}

#info {
	margin: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	float: right;
}

p.info {
	margin: 2px 10px 0px 0px;
	text-align:right;
	color: #98dfff;
}


#artthumbs {
	height: 80px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	z-index: 11;
}


#vr_buttons {
	position: relative;
	float: right;
	margin: 5px 20px 0px 0px;
}



/* SLIDESHOW */


#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 400px;
	width: 400px;
	margin: 0 auto;
	background-color: transparent;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(/img/slideshow/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(/img/slideshow/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(/img/slideshow/next_plus.gif) 80% 50% no-repeat; }

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(/img/slideshow/previous.gif) 15% 90% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(/img/slideshow/next.gif) 85% 90% no-repeat; }






#CaptionContainer {
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
	width: 350px;
	text-align: left;
}

#CaptionContainer p {
	padding: 0px 10px 10px 0px;
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
}

#CaptionContainer span {
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 0px;
}


img.artthumb{
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}



p.buttons {
	margin-bottom: 5px;
	text-align: right;
}

a.add, a:visited.add, a:active.add {
	font-size: 9px;
	color: #252525;
	background-color: #98dfff;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

a:hover.add  {
	font-size: 9px;
	color: #98dfff;
	background-color: #252525;
}

a.close, a:visited.close, a:active.close {
	font-size: 9px;
	color: #252525;
	background-color: #98dfff;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

a:hover.close  {
	font-size: 9px;
	color: #98dfff;
	background-color: #252525;
}

a.info, a:visited.info, a:active.info {
	color: #98dfff;
	text-decoration: none;
	font-size: 9px;
}

a:hover.info  {
	font-size: 9px;
	color: #ffffff;
}
