img.main_image{
	width:400px;
	height:250px;
	z-index:3;
}

div.wrap img.thumb {
width:75px;
height:30px;
}

div.header img.main_image{
	width:650px;
	height:250px;
}

div.image{
	width:650px;
	height:260px;
	float:left;
}

div.wrap{
	margin-left:25px;
	float:left;
}

div.wrap li{
        font-family: Arial, Helvetica;
        font-size: 9px;
	color:rgb(200,200,200);
}

/**
 * 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: 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;
}

/* SKIN */

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: white;
    border-width:0px;
	border-style:dotted;
	border-color:rgb(50,50,50);
	background-color: rgb(0,0,0);
}

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

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  80px;
    height: 165px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 80px;
    height: 45px;
	cursor:pointer;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(img/next-vertical.png) no-repeat 0 0;
}

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

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

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

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(img/prev-vertical.png) no-repeat 0 0;
}

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

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

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

/* MENUVERT */

div.menuvert p{
	margin-right:25px;
}

div.menuvert{
	width:250px;
	float:left;
}

div.menuvert ul {
	width:100px;
	padding: 0; 
	margin: 0; 
	margin: -1px 0 0 0; 
	z-index:6;
}

div.menuvert ul li {
	width:210px;
	list-style-type: none;
  	border: 0px; 
  	position: relative; 
	vertical-align:middle;
	z-index:6;
	border-width:0px;
	border-bottom-width:1px;
	border-style:dotted;
	border-color:rgb(255,255,255);
}

div.menuvert ul ul {
	width:210px;
	padding:0px;
	display: none;
	background-color:rgb(180,205,0);
}

div.menuvert ul li:hover > ul {/* submenu */
	display: block; 
	position: absolute; 
	top: 0px; 
	left: 100%;
	width:210px;
	background-color:rgb(180,205,0);
}

div.menuvert li a {
	height:20px;
	padding-top:5px;
	display: block; 
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
	font-family: Century Gothic, URW Gothic L, Helvetica;
	color:rgb(255,255,255);
	font-size:12px;
	z-index:6;
	padding-left:5px;
}

div.menuvert ul#topmenu li a:hover {
	text-decoration: none;
}

div.menuvert li.sub > a {/* font do menu */
	font-size:12px;
	font-family: Century Gothic, URW Gothic L, Helvetica;
	color:rgb(255,255,255);
	text-decoration:underline;
	text-align:center;
	top:-1px;
}

div.menuvert ul#topmenu {
	width: 6em;
}

div.menuvert ul#topmenu > li:hover > ul {
	top:12px;
	left: 0px;
	background-color:rgb(180,205,0);
}

div.menuvert ul ul {
	width:160px;
	border-width:0px;
	background-color:rgb(180,205,0);
	margin-left:-1px;
}

div.menuvert * html ul li { height: 0%; }
div.menuvert * html ul li a { height: 0%; }

div.menuvert ul li ul li:hover{
	background-color:rgb(180,205,0);
}



/*	li a {display:block;padding:5px 10px;height:50px;color:#FFF;text-decoration:none;border-right:1px solid #FFF;} 
	li a:hover, li a:focus, li a:active {background-position:-150px 0;}*/
div.menuvert 	#d a {background:url(img/bg4.jpg) repeat 0 0;}
