/* Elastislide Style */
#carousel{
	overflow:hidden;
}
.es-carousel-wrapper{
	padding:0 40px;
	position:relative;
}
.es-carousel{
	padding-top:10px;
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
}
.es-carousel ul li img {
	display:block;
	width:110px;
	max-height:100%;
	max-width:100%;
	float:left;
	padding:5px;
	background:url(../images/frame.jpg) left top repeat #FFF;
	border:1px solid #ebebeb;
	box-shadow:1px 1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow:1px 1px 0 0 rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 0 0 rgba(0,0,0,.1);
	margin-right:15px;
	behavior:url(/Themes/AppBurst/Styles/PIE.htc) ;
}
.es-nav span{
	position:absolute;
	top:50%;
	width:10px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:0;
	background:url(../images/right-arrow-small.png) center center no-repeat;
}
.es-nav span.es-nav-prev{
	left:0;
	background:url(../images/left-arrow-small.png) center center no-repeat;
}
.es-nav span:hover{
	opacity:1.0;
}