/*-------------------------------------------------------------------------------------
	SimpleView Gallery Deluxe v2.1
	(c) 2007 Chris Jaure
	SimpleView Gallery is freely distributable under the terms of an MIT-style license.
	website: http://www.chromasynthetic.com/

	svgstyle.css
-------------------------------------------------------------------------------------*/
.dark{
	color:#444;
}
.medium{
  color:#888;
}
.light{
  color:#bbb;
}
.sub{
	font-size:50%;
	color:#393;
	vertical-align:sub;
}
#simpleView{
	width:220px;
	1float:right;
	border:solid 0px #eee;
	1padding:1em;
	1background:#f8f8f8;
}
#sv_loading{
	position:fixed;
	left:0;
	top:0;
	width:7em;
	background:#c00;
	color:#fff;
	visibility:hidden;
}
#sv_image{
		border:1px solid #eee;
}
#sv_nav_container{
	height:1em;
	display:none;
	position:absolute;
	z-index:10;
}
#sv_nav{
	1background:#fff url(nav_bg.gif) repeat-x bottom;
	width:15em;
	margin:2px auto;
	1border:solid 1px #eee;
}
#sv_nav a{
	font-size:1.5em;
	font-weight:bold;
	padding:0.2em 0.5em;
	text-decoration:none;
	background:none;
	color:#FAECAC;
	margin:1px;
	line-height:2em;
	border:none;
}
#sv_nav a:hover{
	background:#6A0012;
	margin:0;
}
#sv_nav a.disabled{
	color:#ccc;
	cursor:default;
	background:none;
	border:none;
	margin:1px;
}
#sv_archive{
	margin:0;
	padding:0;
}
#sv_archive input{
	font-size:0.6em;
	background:none;
	color:#666;
	border:none;
	padding:0 0.2em;
	cursor:pointer;
}
#sv_archive select{
	font-size:0.6em;
	line-height:1.4em;
}
#sv_number{
	font-size:0.5em;
	color:#888;
}
#sv_thumbs{
		1height: 115px;
		width: 220px;
		overflow: auto;
		1margin:0px 0px 0px 100px;
		text-align:center;
		1border:1px solid #eee;
		overflow-y:hidden;
}
#sv_thumbs a img{
		border:1px solid #eee;
		margin:0px;
		padding:0px;
}
#sv_thumbs a:hover img{
	border-color:#888;
}
#img {
	1float:left;
	1position:relative;
	1display:block;
	text-align:center;

}
