

#HomeBanner
{
	height:280px;
	width:1200px;
	display:block;
	background-color:#666;
	overflow:hidden;
	/*margin-top:60px;*/
	position:relative;
	float:left;
}

#thumbPlace
{
	margin:0px;
	list-style: none outside none;
	padding:0px;
}


#thumbPlace li
{
	margin:0px;
	padding:0px;
	list-style: none outside none;
	position:absolute;
	width:280px;
	height:280px;
	overflow:hidden;
	display:block;
	background-color:#00B4FF;
	cursor:pointer; 
}

.thumbRollOver
{
	position:absolute;
	width:280px;
	height:280px;
	display:block;	
	background-image:url('../images/thumbRollOverBackground.gif');
	background-position:35px 0;
	text-align:center;
}

.thumbImage
{
	position:absolute;

}

.thumbImage img
{
	width:280px;
	height:280px;
}

.thumbImage1
{
	position:absolute;

}

.thumbNameContainer 
{
	width:280px;
	float:left;
	text-align:center;
	padding-bottom:8px;
}

.thumbName
{
	text-align:center;
	margin-top:40px;
	color:#FFF;
	font-family:proxima-nova,Arial;
	font-weight:600;
	font-style:normal;
	font-size:18px;
	margin-top:50px;
}
.thumbTitle, .thumbTitle a
{
	text-align:center;
	margin-top:10px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: italic;
	
	text-decoration:none;
}



.thumbLink
{
	width:280px;
	height:280px;
	display:block;
	padding-top:38px;	
	text-decoration:none;
}

.testclass
{
	border:#F00 thin solid;
}

#leftB
{
	background-image:url('../images/leftBback.png');
	width:142px;
	height:74px;
	position:absolute;
	margin-top:103px;
	margin-left:-72px;
}

#leftB div
{
	margin-left:70px;
	position:absolute;
}

#leftB img
{
	position:absolute;

}

#rightB img
{
	position:absolute;
}


#rightB
{
	background-image:url('../images/rightBback.png');
	width:142px;
	height:74px;
	position:absolute;
	margin-top:103px;
}

#rightB div
{
	margin-left:0px;
	position:absolute;
}

.homerollbutton
{
	cursor:pointer;
}

#HomeBanner
{
	background-image:url('../images/bgh.jpg');
	background-repeat:repeat;
}


