﻿.carousel-component {
	position: relative;
	overflow: hidden;
	visibility: visible;
	background: #B99C6B;
	padding: 0px;
	color: #ccc;

/*

component turns it on when first item is rendered */
}

.carousel-component ul.carousel-list {
	width: 10000000px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0;
	padding: 0;
	text-align: center;

}

.carousel-component .carousel-list li {
	float: left;
	list-style: none;
	overflow: hidden;
}

.carousel-component .carousel-vertical li {
	float: none;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0;
	font: 10px verdana,arial,sans-serif;
	color: #333;
	text-align: center;
	margin: 0px 0;

}

.carousel-component ul.carousel-vertical {
	width: auto;
}

.carousel-component .carousel-clip-region {
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

#html-carousel .carousel-list li {
	width: 224px;
	height: 336px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	border: 0px;
	text-align: center;
	color: #ccc;
}

#html-carousel .carousel-list li img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.thumb {
	border: 1px solid #999;

}

.active {
	border: 0px #4e2614 solid;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;

}

#html-carousel {
	background: #CBB38D;
	float: left;
	width: 689px;
	height: 346px;
	margin: 0;
	padding: 0;
}

/* BUTTONS */

#prev-arrow-container, #next-arrow-container {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 10px;
}

#next-arrow {
	cursor: pointer;
}

#prev-arrow {
	cursor: pointer;
}

/* Overlay */

#overlay {
	width: 689px;
	height: 80px;
	background-color: #FFF;
	position: absolute;
	top: 25px;
	left: 150px;
	padding-top: 10px;
	z-index: 100;
	color: #000;
	border: 1px dotted #000;
	text-align: center;
	font-size: 24px;
	/*
	filter: alpha(opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
	*/
}

/* Override styles.css */

#contentContainer
{
	background-image: none;
	background-repeat:no-repeat;
	background-position:left;
	background-color:#B99C6B;
	color: #4E2614;
	padding-left: 12px;
	padding-right: 200px;
	height: 466px;
}
#frame
{
	border-right: #eeeeee 0px outset;
	border-top: #eeeeee 0px outset; 	
	border-left: #eeeeee 0px outset; 
	border-bottom: #eeeeee 0px outset; 
	background: #B99C6B; 
	visibility: hidden; 
	position: absolute; 
	overflow:hidden;
/*	height: 800px; 
	width: 524px;
*/
}
#titlebar
{
	border-right: medium none; 
	border-top: medium none; 
	background: #4E2614; 
	visibility: hidden; 
	overflow: hidden; 
	border-left: medium none; 
	border-bottom: medium none; 
	position: absolute;
	font: normal normal bold 12px Tahoma, Arial, Verdana, sans-serif; 
	color:white;
	padding-top:2px;
}
#clientarea
{
	border-right: #cccccc 0px inset; 
	border-top: #cccccc 0px inset; 	
	border-left: #cccccc 0px inset; 
	border-bottom: #cccccc 0px inset; 
	background: #B99C6B; 
	visibility: hidden; 
	overflow: hidden; 
	position: absolute;
}
#resizebutton
{
	visibility: hidden;
}
#exitbutton
{
	visibility: hidden;
}
