@charset "utf-8";

.wt-rotator {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#263548;
	border:1px solid #263548;
	position:relative;
	display:block;
	width:800px;
	height:300px;
	overflow:hidden;}

.wt-rotator a {
	outline:none;
}

#main-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border:none;		
}

#bg-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;	
	border:none;		
}

.desc {
	background-color:#263548;
	background:transparent url(../img/portfolio_assets/panel_bg.png) repeat scroll 0 0;
	color:#FFF;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	width:300px;
	padding:10px;
	overflow:hidden;
}

.tmp-desc {
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:300px;
	padding:10px;
}

.preloader {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background-color:#263548;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	padding:2px;
	display:none;
}

.c-panel {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:0;
	width:auto;
	height:auto;
	z-index:5;
}

.buttons {
	position:relative;
	display:block;
	float:right;
	clear:none;
}

.thumbnails {
	position:relative;
	display:block;
	float:right;
	clear:none;
	margin-left:0 none !important; 
}

.thumbnails ul {
	list-style:none;
	width:auto;	
	height:auto;
	margin:0;
	padding:0;
}

.thumbnails li {
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	clear:none;
	margin-right:4px !important;
	padding:0;
	overflow:hidden;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	background-color:#263548;
	border:1px solid #263548;	
	cursor:pointer;
	font-weight:bold;
	margin-left:0 !important; 
}

.thumbnails li.thumb-over,
.thumbnails li.curr-thumb {
	color:#263548;
	background-color:#FFF;
}

.thumbnails li>p,
.thumbnails li>a {
	display:none;
}

.play-btn,
.prev-btn,
.next-btn {
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	width:24px;
	height:24px;
	background-color:#263548;
	border:1px solid #263548;	
	cursor:pointer;
}

.play-btn {
	background:#263548 url(../img/portfolio_assets/pause.png) no-repeat center;
}

.prev-btn {
	background:#263548 url(../img/portfolio_assets/prev.png) no-repeat center;
}

.next-btn {
	background:#263548 url(../img/portfolio_assets/next.png) no-repeat center;
}

.button-over {
	background-color:#CCC;	
}

#tooltip {
	color:#FFFFFF;
	background-color:#263548;
	background:transparent url(../img/portfolio_assets/panel_bg.png) repeat scroll 0 0;
	padding:4px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	display:none;
}

.block {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	z-index:2;
}

.vpiece {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	z-index:2;
}

.hpiece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2;
}
/* ------------------------------- */

.panel {
			display:block;
			margin:0 auto;
			background-color:#FFF;
			width:800px;
			height:auto;
			padding:20px 20px;
			text-align:left;
		}
		.title {
			color:#333;
			font-size:22px;
			font-weight:bold;
			margin-bottom:20px;
		}	
		#container {
			clear:both;
		}
		.info-section {
			display:block;
			width:800px;
			background-color:#EEE;
			border:1px solid #333;
			margin-top:20px;
			position:relative;
		}
		.frm-panel {
			background-color:#EEE; 
			width:180px; 
			height:280px; 
			padding:10px; 
			clear:none;
			font-size:12px;
			color:#000;
			float:left;
		}
		.frm-sec {
			margin-bottom:15px;
		}
		.section {
			display:block;
			clear:none;
			width:580px;
			padding:10px;
			margin-left:200px; 
			background-color:#222;
			color:#FFF;
			font-size:14px;
		}
		select {
			width:180px;
		}

