@charset "utf-8";
#animated-portfolio {
	float: left;
	z-index: 1;
	position: relative;
	height: 300px;
}

.innerfade-title{
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 290;
	width: 100%;
	height: 50px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;
	background-color: #000;
}

.innerfade-title h2{
	color: white;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.mycontrolboxclass{
        position: absolute;
        right: 35px;
        top: 20px;
}

ul#animated-portfolio{
        padding: 0;
        margin: 0;
        list-style-type: none;
}
ul#animated-portfolio li{
        padding: 0;
}
.subdisplayTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
