@charset "UTF-8";
.test {
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#index_portfolio {
	float: right;
	width:100%;
	margin:0;
	padding:0;
	background-color: #FFF;
}
.itemidx {
	float: right;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	height: 150px;
}
.itemidx img { margin:0; padding:0; float:none; }
#index_portfolio .itemidx a {
	width: 100%;
	height: 150px;
	float: left;
	position: absolute;
	display: none;
}
#index_portfolio .current a {
	width: 100%;
	height: 150px;
	float: left;
	position: absolute;
	display: block;
}
#index_portfolio .itemidx .caption { position: absolute; padding: 0; float: left; }
#index_portfolio .itemidx .caption h2 { font-weight: bold; }
#index_portfolio .itemidx .caption p { font-size: 13px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 0; }
.contentTittle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
