

.minicallout {
	float: left;
	width: 300px;
	height: 235px;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.minicallout img{
	height: 180px;
	width: 300px;
	border: none; 
	outline: none;
}
#callout_sparkle {
	background: url(images/minicalloutsparkle.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 100;
	top: -10px;
	left: 275px;
}
.sparkles {
	position: absolute;
	top: 0px;
	z-index: 1;
}
#left_sparkle {
	left: -10px;
}
#middle_sparkle {
	left: 310px;
}
#right_sparkle {
	left: 630px;
}
.callout_overlay {
	position: absolute;
	bottom: 0px;
	width: 300px;
	height: 55px;
	background: url(images/minicalloutoverlay.jpg) repeat-x;
	color: #017cd5;
	font-size: 32px;
	text-align: center;
	line-height: 56px;
}

#lastminicallout {
	margin_right: 0px;
}
.pagecalloutcontainer {
	margin: 10px 0px;
	padding: 10px 0px;
}
#SlideShow {
	height: 430px;
	width: 940px;
	position: relative;
	margin: 0 auto;
	background: url(../../layout/images/SlideBg.png) no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#SlideShow img {
	border: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 930px;
	height: 420px;
}
.SlideOverlay {
	width: 289px;
	height: 420px;
	top: 5px;
	left: 5px;
	background: url(../../layout/images/SlideOverlay.png) no-repeat;
	position: absolute;
}
.SlideOverlay .Text {
	width: 270px;
	height: 370px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.SlideOverlay .Text h1 {
	text-transform: uppercase;
	color: #444;
	font-size: 35px;
	line-height: 45px;
}
.SlideOverlay .Text p {
	font-size: 30px;
	line-height: 40px;
	padding: 0;
	color: #fff;
}
#getquote {
	display: block;
	background: url(images/calloutbtn.png);
	width: 138px;
	height: 44px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
}

