﻿#blaf
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 450px;
	width: 796px;
	background-image: url('../../images/BalfourLP_HS.jpg');
}

/* rotator in-page placement */
/*IE8*/
.msie8 div#rotator 
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: -15px;
	height: 450px;
	/*width: 796px;*/
}

/*Firefox*/
.firefox div#rotator 
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: -15px;
	height: 450px;
	/*width: 796px;*/
}

/*IE7*/
.msie7 div#rotator 
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: -810px;
	height: 450px;
	/*width: 796px;*/
}

/*IE6*/
.msie6 div#rotator 
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: -810px;
	height: 450px;
	/*width: 796px;*/
}

/*Chrome*/
.chrome div#rotator 
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: -15px;
	height: 450px;
	/*width: 796px;*/
}

/*Safari*/
.safari div#rotator 
{
	position: relative;
	background-repeat: no-repeat;
	margin-left: -15px;
	height: 450px;
	/*width: 796px;*/
}

/* rotator css */
div#rotator ul li 
{
	float:left;
	position:absolute;
	list-style: none;
}

/* rotator image style */	
div#rotator ul li img 
{
	border:1px solid #ccc;
	/*padding: 4px;*/
	background: #FFF;
}

div#rotator ul li.show 
{
	z-index:500
}