@CHARSET "UTF-8";

.showcase .big, .showcase .overlay .tint, .overlay {
	width:275px;
	height: 275px;
}

.showcase .small {
	height:60px;
}

.showcase .overlay .tint{
	background-color: #DEDEDE;
	position: absolute;
}

.showcase .inzone {
	height: 75px;
	width: 75px;
	border: 2px solid black;
	position: relative;
	overflow: hidden;
	z-index: 20;
	visibility: hidden;
}

.showcase .big {
	position: absolute;
}

.showcase .overlay {
	overflow: hidden;
}

.showcase .zoomArea {
	width: 900px;
	height: 900px;
	position: relative;
}

.showcase .zoom {
	position: absolute;
	left: 750px;
	z-index: 100;
	overflow: hidden;
	visibility: hidden;
    height: 240px;
    width: 240px;
    display:inline;
    border: 2px solid black;
}

.showcase .selected {
	border: 2px solid black;
}

.showcase .carousel_next {
	width:7px;
	overflow: hidden;
	float: left;
    margin-left: 2px;
    margin-right: 0px;
    padding-top: 30px;
}

.showcase .carousel_next a, .showcase .carousel_back a {
    margin:0px;
}

.showcase .carousel_back {
    width:7px;
    overflow: hidden;
    float: left;
    margin-right: 2px;
    margin-left: 0px;
    padding-top: 30px;
}

.showcase #cont_thumbs {
	height: 64px;
        /*padding-left: 12px;*/
        margin-bottom: 30px;
}

.showcase .rolltext {
    color: #333333;
    text-align:center;
    height:15px;
    margin:5px 0px 13px 0px;
}

.showcase ol img {
    height: 61px;
    width: 61px;
}

/* Fix for IE6*/
.showcase .zoomIframe {
    width: 240px;
    height: 240px;
    left: 0px;
    top: 0px;
    position: absolute;
}

/* Carousel */
.yui-carousel {
    visibility: hidden;
    overflow: hidden;
    position: relative;
    text-align: left;
    zoom: 1;
    float:left;
}

.yui-carousel.yui-carousel-visible {
    visibility: visible;
}

.yui-carousel-content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.yui-carousel-element li {
    border: 1px solid #ccc;
    list-style: none;
    margin: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    height: 61px;
    width: 60px;
}

.yui-carousel-vertical .yui-carousel-element li {
    display: block;
    float: none;
}

.yui-log .carousel {
    background: #f2e886;
}

.yui-carousel-nav {
    display:none;
}

.yui-carousel-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.yui-carousel-button-focus {
    outline: 1px dotted #000;
}

.yui-carousel-min-width {
    min-width: 115px;
}

.yui-carousel-element {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: left; 
    margin: 0;
    height:64px;
}

.yui-carousel-horizontal .yui-carousel-element {
    width: 320000px;
}

.yui-carousel-vertical .yui-carousel-element {
    height: 320000px;
}

.yui-skin-sam .yui-carousel-nav select {
    position: static;
}

.yui-carousel .yui-carousel-item-selected {
    border: 1px dashed #000;
    margin: 1px;
}

.yui-carousel .yui-carousel-pager-item {
	display: none;
}

.yui-hidden {
    display:none;
}

