﻿	.innerfade-title{
        		position: absolute;
        		bottom: 10px;
        		left: 0;
        		z-index: 290;
        		width: 100%;
        		background: black url(img/title-bg.png);
        		height: 40px;
        		filter:alpha(opacity=80);
        		-moz-opacity: 0.8;
        		opacity: .8;
        		border-top: 1px solid white;
		}
		.innerfade-title h2{
		        color: white;
		        font-weight: normal;
        		margin-top: 5px;
        		margin-right:30px;
        		margin-bottom: 0px;
       			text-align: right;
        		font-family: Arial;
        		font-size: 20px;
        		font-style: italic;
        		line-height: 30px;
		}

.animated-portfolio {
	list-style-type:none;
	list-style-position:outside;
}
		.mycontrolboxclass{
			position: relative;
			right: 35px;
			top: 20px;
		}
		.bg-frame img { behavior: url(win_png.htc); }

.pageflip {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10001;
	width: 200px;
	height: 200px;
	cursor: pointer;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #000;
	padding: 5px;
	opacity: 0.85;
	width:300px;
	color:#fff
}
#tooltip div { margin: 0; }
#tooltip h3 { margin: 0; }
