.advanced-slider .navigation-arrows .left
{
	left:-55px;
}


.advanced-slider .navigation-arrows .right
{
	right:-55px;
}


.html .content
{
	width:200px;
	margin:20px 20px;
	padding:10px;
	background:#014495;
	color:#fff;
}
.transparent {
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
}
.transparent1 {
        zoom: 1;
        filter: alpha(opacity=90);
        opacity: 0.9;
}
.html .content .htitle 
{
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}


.html .content a
{
	text-decoration:none;
	color:#014495;
	padding:2px;
	background-color:#FFFFFF;
	border:2px solid #014495;
	filter: alpha(opacity=99);
    opacity: 1.0;
}


.html .images
{
	width:450px;
	padding:32px 20px;
}


.html .image
{
	width:220px;
	height:150px;
	float:left;
}


.html .image p
{
	margin:0px;
	text-align:center;
	font-weight:bold;
}


.html .image img
{
	margin:10px;
	border:5px solid #DDD;
}

