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

.galleria {
	list-style:none;
	width:200px
}

.galleria li {
	display:block;
	/*width:75px;
	height:80px;*/
	overflow:hidden;
	float:left;
	margin:0 0 0 0
}

.galleria li a {
	display:none
}

.galleria li div {
	position:absolute;
	display:none;
	top:0
}

.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;
	margin-top:0!important;
	margin-left:0!important
}

.galleria li .caption {
	display:block;
	padding-top:.5em
}

* html .galleria li div span {
	width:974px
}
 /* MSIE bug */


/* demo styles */

* {
	margin:0;
	padding:0
}

body {
	padding:10px;
	background:white;
	text-align:center;
	/*background: #333333;
	background: #252525;*/
	background: #000000;
	color:#bba;
	font:80%/140% helvetica, sans-serif;
}

h1, h2 {
	font:bold 80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

a {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#999;
}

.caption {
	font-style:italic;
	color:#887;
}

.demo {
	position:relative;
}

.gallery_demo {
	width:974px;
	float: left
}

.gallery_demo li {
	width:79px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2px;
	padding-right: 5px;
	background:#FFF;
}

.gallery_demo li div {
	left:240px
}

.gallery_demo li div .caption {
	font:italic 0.7em/1.4 helvetica, sans-serif;
}

#main_image {
	margin:auto;
	height:450px;
	width:703px;
	background:white;
	margin-bottom: 10px;
	float: left
}

#main_image img {
	margin-top: 10px;
}

.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

.info {
	text-align:left;
	width:774px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}

.info p {
	margin-top:1.6em;
}

/* ne styles */

#header{
	margin: auto;
	width: 425px;
	height: 16px;
	text-align: left;
	margin-bottom: 10px	
}

#footer{
	margin: auto;
	/* width: 715px;*/
	width: 124px;
	text-align: left;
	margin-top: 4px;
}

#footer img{
	margin-left: 5px;
	margin-right: 5px
}

#thumbs{
	margin: auto;
	background-color: white;
	width: 972px;
	text-align: left;
	height:60px;
}

#container{
	width: 863px;
	margin:auto;
	/* background-color: blue*/
	overflow: hidden
}

#container2{
	margin: auto;
	width: 774px;
	clear: both;
	overflow: hidden;
}


#Col1{
	width: 80px;
	float: left;
	height: 430px;
	/*background-color: blue*/
}

#Col2{
	width: 80px;
	float: left;
	height: 430px;
	 /*background-color: fuchsia*/
}

.ColTopL{
	width: 50px;
	margin-right: 30px;
	}
	
.ColTopR{
	width: 50px;
	margin-left: 30px
	}
	
.ColBottomL{
	width: 10px;
	margin-top: 428px;
	/*background-color: lime;*/
	margin-right: 70px 	
	}
.ColBottomR{
	width: 10px;
	margin-top: 428px;
	/*background-color: lime;*/
	margin-left: 35px	
	}
	
	
	
	
/* carousel css */

/**
 * 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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops.*/
    width: 79px;
    height: 50px; 
}

/**
 * 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;
    margin-top: 14px
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    margin-top: 14px
}
	
