﻿.clear {   
    clear:both  
    } 

/********** Home Banner *************/
#homeBanner {
	position:relative;
	height:328px
}
#homeBanner a {
	float:left;
	position:absolute;
}

#homeBanner a img {
	border:none;
}

#homeBanner a.show {
	z-index:1 /*500*/
}

#homeBanner a{text-decoration:none;}
#homeBanner a:hover{text-decoration:none;}

#homeBanner h1 {
	font-size: 18px;
	color: #900;
	font-weight: normal;
}

#homeBanner p {
	font-size: 13px;
	color: #000;
	margin: 3px 0 0;
}

#homeBanner .caption {
	z-index:1; /*600*/
	background-color:#fff; 
	color:#000000; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#homeBanner .caption .content {
	margin:5px
}

#homeBanner .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}

/********** Ad Banner *************/
#adBanner {
	position:relative;
	height:411px
}
#adBanner a {
	float:left;
	position:absolute;
}

#adBanner a img {
	border:none;
}

#adBanner a.show {
	z-index:1 /*500*/
}

#adBanner h1 {
	font-size: 18px;
	color: #900;
	font-weight: normal;
}

#adBanner p {
	font-size: 13px;
	color: #000;
	margin: 0px 0 0;
}

#adBanner .caption {
	z-index:1; /*600*/
	background-color:#fff; 
	color:#000000; 
	height:225px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#adBanner .caption .content {
	margin:0px
}

#adBanner .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}