/****************************************************************************/
/* 2008 - Techfront.com.br													*/
/*																			*/
/* Criated: 20/11/2008 by Herus Armstrong									*/
/* Description: Banner alignment.											*/
/****************************************************************************/


/************************************/
/* BANNER							*/
/************************************/

#slides {
	width: 100%;
	height: 148px;
}
#slideshow {
	position: relative;
	width: 100%;
	text-align: right;
}
#controls {
	behavior: url(css/iepngfix.htc);
    background-image: url(../image/bg/banner.png);
	background-repeat: repeat;
	width: 255px;
	height: 148px;
	z-index: 1000;
	margin-left: 530px;
	position: absolute;
}
#controls div {
	float: right;
	height: 138px;
	width: 242px;
	padding: 5px;
}
#controls p {
	color: #FFFFFF;
	line-height: 14px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#controls h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	height: 70px;
	text-align: center;
}