@charset "UTF-8";
/* CSS Document */



/* BEGIN GALLERIA STYLE */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;margin-top:1px}
* html .galleria li div span{width:400px} /* MSIE bug */

*{margin:0;padding:0}
.caption{font-style:italic;color:#222;}
.demo{position:relative;margin-top:2em;}
/*.gallery_show{width:702px;margin:0 auto;}*/
.gallery_show{height:90px;margin:0;} /*color 000*/
.gallery_show li{width:75px;height:75px;border:3px double #111;margin: 2px;background: #000;}
.gallery_show li div{left:240px}
#main_image_wrapper{background: #222;
padding-bottom:145px;} /* color 222*/


#main_image{
text-align:left;
padding: 0 0 0 0;
margin: 0px 110px 0 auto;
height: 600px;
width: 800px !important;
}
#main_image img{
margin-bottom:10px;}

/*scroller*/

#scroller_wrap{
position:absolute;
top:700px;
margin-left:80px;
}

#scroller {
	width: 700px;
	height: 110px;
	}
a.next {
	position: absolute;
	top: 20px;
	left: 800px;
	display: block;
	width: 23px;
	height: 160px;
	overflow: hidden;
	text-indent: -9999px;
	background: #272727 url(../../images/scrollNext.gif) 0 0 no-repeat;
	z-index: 30;
	}
a.prev {
	position: absolute;
	top: 20px;
	left: -5px;
	display: block;
	width: 23px;
	height: 160px;
	overflow: hidden;
	text-indent: -9999px;
	background: #272727 url(../../images/scrollPrevious.gif) 0 0 no-repeat;
	z-index: 30;
}

.scroller-shadow-l {
	position: absolute;
	top: 20px;
	left: 23px;
	height: 142px;
	width: 62px;
	z-index: 20;
}
html>body .scroller-shadow-l {background: transparent url(../../i/layout/shadow-l.png) top left repeat-y;}
.scroller-shadow-r {
	position: absolute;
	top: 20px;
	left: 675px; /* width of scroller-container - width next */
	height: 142px;
	width: 62px;
	z-index: 20;
}
	html>body .scroller-shadow-r {background: transparent url(../../i/layout/shadow-r.png) top right repeat-y;}
.scroller-container {
	position: relative;
	z-index: 1;
	width: 760px;
	top: 20px;
	left: 0px;
	height: 180px;
	overflow: hidden;
}
.scroller-container ul {
	width: 19821040px;
	margin: 0;
	list-style: none;
}
.scroller-container ul li {
	float: left;
	margin-left: 0px; /* Do not remove, or else! */
    margin-right: 15px;
	text-align: center;
	padding: 0px;
	background: none;
	height: 150px;
}
.scroller-container ul li img{
	height: 88px;
	display: block;
}
.scroller-container ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.scroller-container ul li a:hover{
	background: transparent;
	decoration: underline;
}
.scroller-container ul li a img{
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	border-bottom: none;
	margin-left: -1px;
	cursor: pointer;
}
.scroller-container ul li a:hover img{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;
	text-decoration: none;
}
.scroller-container div {
	margin-bottom: -60px;
}





/*Corner CSS*/

.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#444343}
.corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #2e2e2e;
  border-right:1px solid #2e2e2e;
  background:#3a3a3a}
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #222222;
  border-right:1px solid #222222;
  background:#3c3c3c}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #3c3c3c;
  border-right:1px solid #3c3c3c;}
.corner4{
  border-left:1px solid #2e2e2e;
  border-right:1px solid #2e2e2e}
.corner5{
  border-left:1px solid #3a3a3a;
  border-right:1px solid #3a3a3a}
.cornerfg{
  background:#444343}





/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #444;
	background-color: #333;
}
.imagethumb a:visited {
    background-color: #333;
    border: 1px solid #444;
}
.imagethumb a:hover {
	background-color:#333;
	border: 1px solid #ccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}



/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #444;
	background: #282828;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}
/* Menu
---------------------------- */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}




/* start jcarousel */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* end jcarousel */


/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {
    -moz-border-radius: 5px;
    background: #111;
    border: 1px solid #333;
	margin-left:10px
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 695px;
    padding: 10px 40px;
}

.jcarousel-skin-tango.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  690px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 85px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 8px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #000;
    color: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 38px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://vewd.org/images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 38px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://vewd.org/images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}



/* end tango jcarousel */

