/*--
	Theme Name: theme18309
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.4+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
/* General
---------------------------------------- */
@charset utf-8;
@import "css/fancybox.css";
@import url(//fonts.googleapis.com/css?family=Fugaz+One);

body{
	position: absolute;
	color: #87807f;
	height: 100%;
	width: 100%;
	min-width:980px;
	min-height:700px;
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	opacity: 0;
}
#web_site_spinner{
	position: fixed;
	z-index: 15;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	background-color: #000000;
	background: #23211f url("images/loader.gif") center no-repeat;
}
/*-------------logo------------*/
#wrapper>header{
	position:relative;
	width:100%;
	height:109px;
	background:url(images/header_bg.png) 0 0 repeat-x;
    z-index: 5;
}
#wrapper>header>div{
	width:940px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(images/logo_bg.png) 0 0 repeat-x;
}
#logo img{
	 max-width:none !important;
	 width:auto;
}
#logoText{
	display:block;
	padding:0 15px;
	margin:11px 0 -12px;
    font: 70px/70px 'Fugaz One', cursive;
	color: #fff;
	letter-spacing:-3px;
	text-decoration:none;
	text-transform:uppercase;
}
#logoSlogan{
	text-align:center;
    color: #fff;
}
/*-------------Menu------------*/
#menuWrapper{
	height:109px;
	white-space:nowrap;
}
#menuWrapper > ul{
	
}
#menuWrapper .menu > li{
	display:block;
    position: relative;
	height:92px;
	float:left;
	text-align:center;
	border-right:1px solid #000;
}
#menuWrapper .menu > li > a{
	position:relative;
	display:block;
	padding:128px 0px 0px;
	width:148px;
	height:52px;
	font: 18px/18px 'Fugaz One', cursive;
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom:4px solid #fd0e62;
	background: none;
	margin:0 !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	z-index:5;
}
#menuWrapper .menu > li > a > div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:92px;
	z-index:-1;
}
#menuWrapper .menu > li > span {
	position:absolute;
	width:100%;
	top:92px;
	left:0px;
	background:url(images/menu_hover_bg.png) 0 0 repeat-x;
}
.item-1 > a > div{
	background:url(images/item_1.jpg) 0 0 no-repeat;
}
.item-2 > a > div{
	background:url(images/item_2.jpg) 0 0 no-repeat;
}
.item-3 > a > div{
	background:url(images/item_3.jpg) 0 0 no-repeat;
}
.item-4 > a > div{
	background:url(images/item_4.jpg) 0 0 no-repeat;
}
.item-5 > a > div{
	background:url(images/item_5.jpg) 0 0 no-repeat;
}
/*-------------Sub Menu------------*/
.sub-menu{
	position: absolute;
	width:100%;
	top:184px;
	padding:14px 0;
	text-align:left;
	background-color:#000;
	z-index: 2;
}
.sub-menu .sub-menu{
	top:-14px;
}
.sub-menu li{
	display:block;
	position:relative;
	cursor:default;
	padding:4px 0px 4px 18px;
}
.sub-menu>li>a{
	display:block;
	white-space:nowrap;
	font: 14px/14px 'Fugaz One', cursive;
	text-decoration: none;
	text-transform: uppercase;
	background:none !important;
	margin:0 !important;
	padding:0 !important;
}
/*-------------Gallery------------*/
#splashPattern{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(images/bg_pattern.png) 0 0 repeat;
	z-index:1;
}
#galleryHolder{
	overflow:hidden;
}
#galleryHolder>img{
	position: absolute;
}
#imgSpinner{
	position: absolute;
	width:100%;
	height:8px;
	top:92px;
	background: url(images/loader_img.gif) 0 0 repeat-x;
	z-index: 1;
}
#galleryDiscription{
	position:relative;
	top:190px;
	width:940px;
	margin:0 auto;
	z-index:1;
}
#galleryDiscription>li{
	position: absolute;
	width:760px;
}
#controlsHolder{
	position:relative;
	z-index:2;
}
#nextButton, #prevButton{
	position:fixed;
    height: 100%;
    width: 45px;
	background:url(images/arr_bg.png) 0 0 repeat;
}
#nextButton  span, #prevButton span{
	display:block;
	width:45px;
	height:100%;
}
#nextButton span{
	background:url(images/next_arr.png) 0 50% no-repeat;
}
#prevButton span{
	background:url(images/prev_arr.png) 0 50% no-repeat;
}
#nextButton{
	right:0px;
}
#prevButton{
   left:0px;
}
#previewHolder{
    position: absolute;
	overflow:hidden;
	width:100%;
	height:6px;
    z-index: 10;
	top:0px;
}
#previewHolder ul{
	width:100%;
	cursor:default;
	white-space: nowrap;
}
#previewHolder ul>li{
    display: inline-block;
    margin-right: -1px;
}
#previewHolder ul>li>a{
	display:block;
    width: 100%;
    height: 6px;
    background:#000 !important;
	padding:0 !important;
	margin:0 !important;
}
#previewHolder ul>li>a:hover, #previewHolder ul>.active>a{
	background:#fd0e62 !important;
}
/*-------------Content-----------*/
#splash_page{
	position:absolute;
	left:0;
	top:0;
	width:940px;
}
.contentBox{
	overflow:hidden;
	padding:20px;
	background:url(images/contentBox_bg.png) 0 0 repeat;
	border-bottom:4px solid #7008f5;
}
ul > li{
	display:block;
}
ul > li > a{
	text-decoration:none;
	padding:0px 0 0px 15px;
	margin: 0 0 14px 0;
	background:url(images/marker.png) 0 6px no-repeat;
}
.posters {
	overflow:hidden;
}
.posters > li{
	float:left;
	width:300px;
	margin:0 20px 20px 0;
}
.posters > li .featured-thumbnail{
	position:relative;
	border-bottom:4px solid #7008f5;
}
.posters > li .featured-thumbnail > a:hover .poster_date > span {
	padding-right:40px;
	color:#fff;
}
.posters .poster_date{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:200px;
	text-align:right;
	background:url(images/poster_shadow.png) 0 0 repeat-x;
}
.posters .poster_date > span{
	display:block;
	padding:100px 20px 0 0;
	font: 78px/78px 'Fugaz One', cursive;
	color:#fd0e62;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.posters .poster_title{
	overflow:hidden;
	margin-bottom:10px;
	padding:24px 0 21px 28px;
	background:url(images/poster_title_bg.png) 0 0 repeat;
	font: 40px/40px 'Fugaz One', cursive;
	text-transform:uppercase;
	color:#fff;
}
.posters .poster_title > b{
	display:inline-block;
	padding-top:11px;
	font-size:28px;
	line-height:28px;
	color:#fd0e62;
}
.parties_list h3 a{
	color:#7008f5;
}
.events{
	margin-bottom:-1px;
}
.events li {
	margin:0;
	padding:15px 0 15px;
	border-top:1px solid #282828;
}
.events li:first-child {
	padding-top:0;
	border:none;
}
/*-------------Content Wrapper-----------*/
#pageSpinner{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 14;
    height: 35px;
    width: 35px;
	display: none;
	padding: 2px;
	background: url("images/loader_bg.png") 0 0 no-repeat;
}
#pageSpinner>div{
    height: 31px;
    width: 31px;
    background: url("images/loader.gif") 0 0 no-repeat;
}
#pageList{
	position: relative; 
	overflow: hidden;
	width: 100%;
	height:0;
	margin:244px 0 0;
	z-index: 1;
}
#pageList>section {
	position: relative; 
	width:940px;
	margin: 0 auto;
}
#pageList>section>article{
	position: relative;
	overflow: hidden;
}
/*-------------Teg Style-----------*/
hgroup{
	margin-bottom:20px;
}
h2{
	font: 28px/28px 'Fugaz One', cursive;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom:13px;
}
h3{
	font-size:13px;
	line-height:18px;
    color: #fff;  
	padding-bottom:1px;	
}
h3 a{
	color:#fd0e62;
	text-decoration:none;
}
h3 a:hover{
	color:#fff;
}
h4 {
	color:#fff;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
h5 {
	color:#e1e1e1;
	font-weight:bold;
}
p{
	line-height:18px;
	padding-bottom: 18px;
}
.excerpt{
	line-height:18px;
}
a, .reply, #thumbsHolder li a > span{
	color:#fd0e62;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	color:#fff;
}
.thumbnail img, embed, object, video{
	width: 100%;
	max-width: 100%;
	height: auto;
}
/*-------------Class Style-----------*/
.thumbnail, .blogThumbnail{
    position: relative;
    display: inline-block;
	margin:0;
}
.big_button, .previouspostslink, .nextpostslink {
	display: inline-block;
	padding:10px 28px 8px;
	font: 18px 'Fugaz One', cursive;
	color: #fff !important;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	margin: 0;
	background:url(images/buttom_bg.png) 0 0 repeat;
}
.big_button:hover, .previouspostslink:hover, .nextpostslink:hover {
	background-position:0 -45px;
}
.button, .reply a, .link_show_all{
	display: inline-block;
	font: 14px 'Fugaz One', cursive;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	margin: 0;
	background:none;
}
.button:hover, .reply a:hover, .link_show_all:hover{
	color:#fd0e62;
}
/*-------------Fullwidth Page Style-----------*/

.latest_news{
	margin-top: -2px !important;
	margin-bottom: 33px !important;
}
.latest_news>li, .awards>li{
	background: url(images/line-hor.gif) 0 bottom repeat-x;
	padding-top: 19px;
}
.latest_news>li:first-child, .awards>li:first-child {
	padding-top: 0;
	float: none;
}
.resent_thumbnail{
    float: left;
    margin-right: 17px;
}
.textBlock{
	display:inline-block;
	background: #ba6a48;
	font: 18px/18px 'Karla', sans-serif;
	color: #f4ebd5;
	padding: 30px 25px;
	margin-bottom:16px;
}
.dropcap{
	overflow:hidden;
	margin:36px 0 50px 0;
	padding:20px;
	display:block;
	background: #595959;
}
.dropcap h2{
	padding-bottom:0px;
	font: 22px/22px 'Open Sans', sans-serif;
	letter-spacing:-1px;
	color:#fff;
}
.dropcap > div {
	padding:9px 0 0 13px;
	overflow:hidden;	
	float:left;
}
.dropcap > div p{
	padding-bottom:0px;
}
.dropcap .button {
	float:right;
	padding:20px 22px;
	font: 16px/16px 'Orbitron', sans-serif;
	background-color:#ee8359;
}
.dropcap .button:hover {
	background-color:#ffaa89;
}
/*DESIGN TEAM*/
.entry{
	margin-bottom:20px;    
} 
.entry>a{
    font-size: 15px;
    color: #949494;
    text-decoration: none;
}
.entry>a:hover{
	color: #000;
}
.noMarginR{
    margin-right: 0px !important;
}
.recent-posts {
	overflow:hidden; 
}
.post-content{
	padding-bottom:30px;
}
.post_list li a{
	padding:0;
	margin:0;
	background:none !important;
}
/*latest events*/
.popular_posts{
	margin-top: -6px;
	margin-bottom: 7px;
	display: inline-block;
}
.popular_posts>li{
    margin-bottom: 13px;
}
/*testi_item*/
.name-testi>a{
	text-transform: lowercase;
}
.testimonial{
	margin-bottom: 25px;
}
.testiLeft{
	float: left;
	margin: 0px 13px 0  0px;
}
.testimonials{
    margin: -4px 0 16px 1px;
}
.featured-thumbnail{
    float: left;
	margin-right:10px;
}
.testi_item h4{
    padding-bottom: 1px;
	
}
.testi_item{
	margin-bottom: 1em;	
	padding-top: 4px;
}
.testimonials div.testi_item blockquote {
	border: none;
	padding: 15px 0 15px 30px;
	margin: 0;
}
.testimonials div.testi_item blockquote>a {
	color: #888;
	text-decoration: none;
	font-style: italic;
	font-size: 13px;
	display: block;
}
.testimonials div.testi_item blockquote>a:hover {
	color: #AB2F31;
}
.name-testi {
	padding: 0 0 0 2.2em;
	text-align: right;
	font-weight: bold;
	display: block;
	color: #fff;
	margin-top: -10px;
}
.marker{
	float: left;
	margin-top: 1px;
	padding-right: 11px;
	color: #fd0e62;
	display: table-cell;
}
.faq_list>dt{
	overflow: hidden;
	padding-bottom: 10px;
}
.faq_list>dd{
	overflow: hidden;
}
.faq_list>dd>p{
	display: table-cell;
}
/*-------------Forms Style------------*/
#commentform .field input, .wpcf7-form .field input, #searchform>.searching{
	overflow: hidden;
	padding: 5px 10px;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	outline: none;
	border:	none;
	resize: none;
	margin: 0;
	width: 260px;
	color:#494848;
	border:1px solid #2b2a2a;
	background-color:#0c0c0c; 
}
#commentform textarea, .wpcf7-form textarea{
	overflow: hidden;
	margin: 0;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:none;
	padding: 5px 10px;;
	outline: none;
	resize: none;
	width: 420px;
	height: 130px;
	color:#494848;
	border:1px solid #2b2a2a;
	background-color:#0c0c0c; 
}
.wpcf7 {
	width:410px;
}
.wpcf7-form .field input{
	width: 250px;
}
.wpcf7-form textarea{
	width: 308px;
}
.wpcf7 .field>label{
	padding-top:7px;
    width: 70px;
    display: inline-block;
}
.field{
	padding-bottom: 10px ;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	height:35px;
}
/*-------------Contact Forms Style------------*/
.bInline{
	display: inline-block;
	width: 100%;
}
.submit-wrap{
	overflow:hidden;
    display:block;
	width:100%;
}
.submit-wrap input{
	float:right;
	margin-left:10px;
}
/*------------Search Forms Style------------*/
#searchform>.searching{
	width: 77%;  
	margin: 0px 11px 0 0;
	display: block;
	float: left;
	padding:8px 10px;
}
/*-------------Coment Forms Style------------*/
#respond{
	margin-top: 19px;
}
#commentform{
	overflow: hidden;
	margin-bottom:7px;
}
#commentform>.field>input{
}
#commentform>.field>textarea{
	width: 339px;
}
.formT{
	width: 560px;
}
.nWidth{
    width: 400px !important;
}
/*-------------sidebar------------*/
.widget{
    padding-top: 28px;
}
.widget:first-child{
	padding-top:0px;
}
.post_list > li {
	margin-bottom:20px;
}
.post_list > li a{
	color:#7008f5;
}
.post_list > li a:hover{
	color:#fff;
}
.latestpost>li{
	padding-top: 23px;
	border-top: 1px solid #242425;
}
.latestpost>li:first-child{
	padding-top: 0;
	border: none;
}
.recent-post-meta{
	display: inline-block;
	color: #fff;
}
.recent-comments{	
	display: inline-block;
	margin-right: 20px;
}
.recent-comments>a{
	color: #FFAF00;
}
.recent-comments>a:hover{
	color: #fff;
}
.recent-content{
	display: table-cell;
}
.recent-content>p{
	padding-bottom: 5px;
}
.cat-item a:hover{
}
#footer_block_2 li{
    margin-bottom: 9px;
}
#footer_block_3 li{
    margin-bottom: 9px;
}
#wp-calendar a{
	color: #00AEF0;	
}
#wp-calendar a:hover{
 	color: #fff;	
}
/*-------------contacts------------*/
.contacts span{
    display: inline-block;
    width: 71px;
}
.contacts{
	line-height:18px;
	padding-bottom:18px;
}
.contacts li a{
	text-transform:none;
	background: none !important;
	margin:0 !important; 
	padding:0 !important;
}
/*-------------footer------------*/
#footer{
	position: absolute;  
	bottom:0px;
	width:100%;
	color:#fff;
	z-index: 11;
}
#footer .container {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	font-size:12px;
}
#footerText {
	padding:11px 0 28px;
	border-top:1px solid #1d1d1d;
}
#footerText > span {
	color:#fd0e62;
}
#footer_block_1 > div{
	padding-bottom:32px
}
#footer a{
	text-decoration:none;
	color:#fff;  
}
#footer a:hover{
	color:#fd0e62;
}
/*-------------flickr------------*/
.flickrImages{
    width: 225px;
}
.flickrImages>h5{
    padding-bottom: 44px;
}
.flickrImages>a{
	display: inline-block;
	overflow: hidden;
	margin: 1px 5px 3px -1px;
	width: 71px;
	height: 71px;
}
/*-------------social-networks------------*/
.social-networks{
	overflow:hidden;
}
.social-networks>li{
	float: left;
	margin-right: 27px;
}
.social-networks>li>a{
	display:block;
	line-height:32px;
	padding:0 !important;
	background:none !important;
	margin:0 !important;
}
.social-networks>li>a>b{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:normal;
	color:#fff;
}
.social-networks>li>a:hover{
	color:#cf094f !important;
}
.social-networks>li>a:hover>b{
	color:#cf094f !important;
}
.social-networks>li>a>span{
	float:left;
	padding:0 7px 0 0;
	width:32px !important;
	height:32px !important;
	background-position:0 0 !important;
}
.social-networks img{
	position: relative;
}
/*------------page-404-------------*/
.error404{
	padding: 46px 0 70px;
	font-size: 110px;
}
/*------------recent comments-------------*/
.recentcommentslist{
	margin-top: 3px;
}
.recentcomments{
	overflow: hidden;
	margin-bottom: 13px !important;
}
.recentcomments>img{
    float: left;
    margin: 0 13px 0 0;
}
.recentcomments>h3:first-letter{
	text-transform: uppercase;
}
.recentcomments>h3{
    padding-bottom: 5px;
    line-height: 9px;
}
.recentcomments>small{
    color: #878783;
}
.popular-posts >li{
	overflow: hidden;
	margin: 2px 0 -6px 0;
}
.postDataPost{
    color: #525252;
	
    font-size: 13px;
    margin-top: 6px;
}

/* Shortcodes
---------------------------------------- */
/* Our team */
.recent-posts.team {
  margin: 0;
  padding: 0;
}
	.recent-posts.team li {
		float: left;
		width: 174px;
		overflow: hidden;
		margin: 0 19px 20px 0;
		background: #dbdbdb;
		padding: 10px;
		color: #969695;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.recent-posts.team li:hover {
		background: #999;
		color: #000;
	}
	.recent-posts.team li:nth-child(3n) {
		margin-right: 0;
	}
	.recent-posts.team li.nomargin {
		margin-right: 0;
	}
		.recent-posts.team li .featured-thumbnail {
			width: 174px;
			overflow: hidden;
			float: none;
			margin: 0 0 3px 0;
			background:none;
			padding:0;
			border:none;
		}
	.recent-posts.team li .excerpt {
		margin-bottom: 0;
	}
	.recent-posts.team li:hover a {
		color: #ffffff;
	}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}

/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}
	.thumbnail_smal{
		float:left;
		margin:0 15px 10px 0;
	}



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#e0e0e0;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#000;
	color:#fff;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}
.hr {
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0;
	background-color:#968782;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	}
.sm_hr {
	border-bottom:1px dotted #968782;
	margin-bottom:20px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}


/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	margin:0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:-3px;
	width:45px;
	height:44px;
	margin-top:-22px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
	background:url(images/prev_arr.png) 0 0 no-repeat;
}
.es-carousel ul li h4 {
	margin-bottom:.5em;
	}
.es-carousel ul li .excerpt {
	margin-bottom:10px;
	}
.es-nav span.es-nav-next{
	right:-4px;
	left:auto;
	background:url(images/next_arr.png) 0 0 no-repeat;
}
.es-nav span:hover{
	opacity:1.0;
}