/* CSS Document */

/*CSS for Banners*/

.ca_banner{
	position:relative;
	top:50px;
	left:15px;
	overflow:hidden;
	
		
}
.ca_slide{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.ca_zone{
	position:absolute;
	width:100%;
	
}
.ca_wrap{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.ca_wrap img.ca_shown{
	display:inline !important;
}

/*Custom Style for Second Banner*/
.ca_banner2{
	width:300px;
	height:400px;
	
}
.ca_bg2{
	background:none;
}
.ca_banner2 .ca_zone1{
	top:5px;
	left:0px;
	
}
.ca_banner2 .ca_wrap1, /*They are the same size*/
.ca_banner2 .ca_wrap2{
	width:300px;
	height:190px;
	
}
.ca_banner2 .ca_zone2{
	top:205px;
	left:0px;
	
}