@CHARSET "UTF-8";

.hide-ele {
    visibility: hidden;	
}

.show-ele {
	visiblity: visible;
}

#content {
	background-color: #151b31;
	padding: 0;
	height: 590px;
	width: 850px;
	border: solid #fff;
	border-width: 1px 0 1px 0;
}

#viewport {
    position: absolute;
    width: 620px;
    height: 440px;
    top: 50px;
    left: 118px;
    overflow: hidden;
    float: left;
    background-color: #fff;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#response-msg {
	display: none;
}
	
#cover {
    float: left;
    position: absolute;
    z-index: 100;
    width: 850px;
    height: 498px;
    top: 1px;
    left: 0;
    background-color: #333;
    -moz-opacity: 0.6;         /* Mozilla extension */
    -khtml-opacity:0.6;        /* Konqueror extension (Safari 1.1)*/
    opacity: 0.6;              /* the correct CSS3 syntax */
}

#description-pane {
	float: left;
    position: absolute;
    top: 32px;
    left: 13px;
    width: 593px;
    height: 393px;
    background-color: #fff;
    border: solid 1px #c0c0c0;
    z-index: 20;
    line-height: 1.5;
}

#description-pane .description-cells {
	float: left;
	padding: 10px 15px;
}

#description-pane #description-cell {
	width: 285px;
	height: 372px;
	text-align: justify;
	overflow-x:hidden;
    overflow-y:scroll;
}

#description-pane #detail-cell .detail-img {
	border: solid 2px #c0c0c0;
}

#info-button, #close-button {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 10;
}

#wait-img {
}

#types-list {
	float: left;
	width: 850px;
	display: none;
	list-style: none;
	margin:15px 0 0 0;
	padding: 0;
	text-align: center;
}

.type-item {
	text-align: center;
	display: inline;
	padding: 2px 8px;
	letter-spacing: 1.5px;
	margin: 0 5px;
	color: #bfbfbf;
}

.type-item.active {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.nav-buttons {
	position: absolute;
	margin-top: 230px;
	float: left;
	visibility: hidden;
}

#prev-slide-but {
	left: 105px;
}

#next-slide-but {
    left: 738px;
}

.portf-item {
	position: absolute;
	top: 10px;
	left: 620px;
	display: block;
	width: 595px;
	float: left;
}

.portf-title {
	padding: 0 0 5px 5px;
	font-weight: 600;
	font-size: 14px;
	color: #040406;
}

#thumbs {
	float: left;
	position: absolute;
	top: 508px;
	left: 0;
	width: 100%;
	height: 60px;
    text-align: center;
    cursor: pointer;
}

.thumb-img {
	padding-bottom: 5px;
	width: 55px;
	height: 55px;
}

.thumb-img.active {
    padding-bottom: 0;
    border: solid 1px #fff;
    width: 65px;
    height: 65px;
}




