@charset "utf-8";
/* CSS Document */


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


html {
	overflow:0;
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
	/*.clearfix{display:inline-block}*/
	.clear{clear:both}
	
	
	html[xmlns] .clearfix{display:block}
	
	* html .clearfix{height:1%}

body {
	color: #333333; 
	font-weight:300;
	
	background: none repeat scroll 0 0 #000000;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 23px;
}

a{outline:none;}
	a:link {color:#ed3873; text-decoration: none; } /* unvisited link */
	a:visited {color:#ed3873;} /* visited link */
	a:hover {color:#c92258; text-decoration: none;} /* mouse over link */
	a:active {color:#ed3873;} /* selected link */

section{line-height:0;margin:0;padding:0; display: block; font-size:100%;}

#container {
	padding-top:400px;
}

	.wraphead{width:760px;display:block;margin:0 auto; padding-left: 100px; padding-right: 100px;}
	.wrap{width:960px;display:block;margin:0 auto;}
	.rel{position:relative;}
	
	
	
	
	.hr hr{display:none;}
	.hr{display:block;height:1px;border-bottom:1px dotted #B3B3B3;margin:18px 0;}
	.hr.gap{margin:40px 0;}
	.hr.opc{border:none;}
	
	section{line-height:0;margin:0;padding:0;}
	
	p,div{line-height:23px;}
	
	.alignleft{display:inline;float:left;margin-right:1.625em;}
	.alignright{display:inline;float:right;margin-left:1.625em;}
	.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
	.center{text-align:center}
	::selection,::-moz-selection{background:#b54737;color:#fff;}
	
	
	
	/****************************************************************************************
	[ 2 ] Header & Nav	
****************************************************************************************/

#bottom{background:url(images/black_opc_70.png) repeat 0 0;}

#header {
	background: url(images/header.png) repeat-x scroll 0 0 transparent;
	z-index: 9999;
	display: block;
}

#header, #solid {
	height: 100px;
	left:0;
	top:0;
	position: fixed;
	width: 100%;
	
}

#solid {
	background: none repeat scroll 0 0 #000000;
    z-index: 9998;
}

#nav{width:100%;}
	#nav ul{padding-top:40px;}
	#nav ul li{float:left;}
	#nav ul li a{display:block;font-size:15px;font-weight:400;letter-spacing:1px;line-height:20px;float:left;color:#fff;}
	#nav ul li a:hover{text-decoration:none;color:#DDD;}
	
	
	#nav-main-left, #nav-main-right { width:290px; padding-left: 30px; padding-right:30px; }

	
		#nav-main-left ul { float: right; }
	#nav-main-left li { margin-right: 23px; }
	#nav-main-right ul { float: left;}
	#nav-main-right li { margin-left: 30px; }
	
	.float-left { float: left; }
	.float-right { float: right; }
	

#hero {
width:100%;
overflow:hidden;
display:block;
position:fixed;
top:0;
left:0;
z-index:9998;
}

#hero h2 {
	line-height: 2.5em;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	text-transform:uppercase;
	
}
	
#hero h2 span {
color:#fff; 
padding: 10px 5px; 
box-shadow: 15px 0 0 rgba(0,0,0,0.75), -15px 0 0 rgba(0,0,0,0.75); 
font-size:36px;
font-weight:700;
font-family: 'Roboto Slab', Helvetica, sans-serif;
letter-spacing:2px;
}	
	

#hero .tagline {
	position: absolute;
	top: 50%;
	left:50%;
	width: 960px;
	margin-left: -480px;
	margin-top: -80px;
	z-index: 998;
}


#hero h2 span,
	#bottom{background:url(images/black_opc_70.png) repeat 0 0;}


	.page-id-7 #hero .tagline,.parent-pageid-7 #hero .tagline{height:64px;}
	.learn-more-hero{background:url(images/more.png) no-repeat 0 0;width:98px;height:46px;display:block;position:absolute;left:50%;top:-46px;margin-left:-49px;z-index:998;}
	
	/*#hero h2{display:block;line-height:58px;text-align:center;margin:0 auto}
	#hero h2 span{color:#fff;font-size:38px;font-weight:700;letter-spacing:2px;box-shadow:10px 0 0 rgba(0,0,0,0.75), -10px 0 0 rgba(0,0,0,0.75);overflow:hidden;padding:6px}
	*/



#content{
	background:#fff;
	width:100%;
	position:relative;
	z-index:9998;
	border-bottom:0px solid #fff;
-moz-box-shadow: 0 0 10px #000000;
-webkit-box-shadow: 0 0 10px #000000;
box-shadow: 0 0 10px #000000;
	}
	
	.home.page #content{background:none}

#content p{margin-bottom:22px; font-size: 14px; }

#intro {
	background: #FFFFFF;
}
	.welcome{width:960px;margin:0 auto}
	.welcome h4{text-transform:none;padding:94px 0}
	.welcome h3{text-transform:none;padding:34px 0 24px 0; font-size:21px; line-height:42px; text-align:center; font-weight:300; font-family: 'Open Sans', Helvetica, sans-serif;}

.float-none { float: none; }
	
	/* Column Layouts */
	.content {
		width: 722px;
		background: #FFFFFF;
	}
	.content-full { width: 100%; }
	.sidebar { width:225px; }
	/*.content, .sidebar { padding: 100px 0}*/
	
	
	/* Three Pannel Float */
	.col { margin: 0 10px; float: left; }
	.three-row .col {width: 300px; text-align: center; }
	.four-row .col {width: 225px; margin: 0 20px 0 0; }
	.four-row .col.cap { margin: 0; }
	
	
	
	
	
	#main,#sidebar{padding-top:100px; padding-bottom: 100px;}
	#main{background:#FFF;width:700px;float:right;}
	#main.full{width:960px;}
	
	#mainx{background:#FFF;width:960px;padding-top:100px;}
	#mainx.full{width:960px;}
	
	#mainy{background:#FFF;width:960px; padding-bottom: 100px;}
	#mainy.full{width:960px;}
	
	#sidebar{width:250px;float:left;margin-bottom:120px;}
	h1,h2,h3,h5,.tagline span,#nav ul li a,#sidebar li a,.post-links li a, .btn, .gform_button {
		font-family: 'Open Sans', Helvetica, sans-serif; font-weight:600; letter-spacing:2px;
	}
	#sidebar h5 {
		color: #000000;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	#sidebar h2 {
		font-size: 16px;
		letter-spacing: 1px;
		font-family: 'Roboto Slab', Helvetica, sans-serif; 
		font-weight:700;
	}
	
		#mainy h2 {
		font-size: 30px;
		letter-spacing: 1px;
		font-family: 'Roboto Slab', Helvetica, sans-serif; 
		font-weight:700;
		text-align:center;
	}
	
	
	h1, h2, h3, h4, h5, h6, h7, h8 { }	
	h2{font-size:26px; line-height:30px; margin-bottom:26px;}
	h3{font-size:19px; line-height:25px; letter-spacing:1px;}
	h4{font-size:26px; line-height:42px; text-align:center; font-weight:300;}
	h5{color:#999; font-size:11px;font-weight:800; letter-spacing:1px; line-height:16px;}
	h6{color:#bc4938; font-weight:700;text-transform:uppercase;}
	.error404 h2{margin-bottom:8px;}
	#main p, #mainx p, #mainy p, #content p{margin-bottom:22px; font-size: 14px; }
	#content strong{font-weight:700;}
	#sidebar li{list-style:none;line-height:18px;}
	#sidebar li a{background:url(images/bullet-sm.png) no-repeat 0 -13px;padding-left:8px;font-size:11px;letter-spacing:0}
	#sidebar .current_page_item a,#sidebar .current-cat a,.page-id-9 .cat-item-17 a,.page-id-9 .cat-item-17{color:#000!important;background-position:0 4px;cursor:default;}
	
	
	


#pattern {
	background: url("images/dot.png") repeat scroll center top transparent;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9996;
}

#overflow {
	background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 9999;
}




	#logo h1, #logo img { position:absolute;  }
	#logo img { top:10px; left: 50%; margin-left:-50px; }
	#logo img.custom { max-height: 96px; }
	

/****************************************************************************************
	[ 5 ] Modules
****************************************************************************************/
	
	
	/* Home */
	.hero-home { /*background:url(images/building.jpg) no-repeat fixed center top;*/ width: 100%;}
	.hero-home h2 { }
	.hero-home .dots {  }
	
	#how-it-works h2 { text-align:center; font-family: 'Roboto Slab', Helvetica, sans-serif; font-weight:700;}
	#how-it-works .bg-gray {  }
	#how-it-works .how-it-works-bg { background: url(images/promo.png) no-repeat center top; padding-top: 580px; }
	#how-it-works .how-it-works-bg { background: url(images/promo.png) no-repeat center top; padding-top: 580px; }
	
	#how-it-works .bg-top {background: url(images/bg-lg-top.jpg) repeat-x left top; height:61px; width: 100%; text-align: center; }
	#how-it-works .bg-btm { background:url(images/bg-lg-btm.jpg) repeat-x left bottom; height:61px; width: 100%; }
	
	#how-it-works .col { padding-bottom: 45px; padding-top: 30px;}
	
	.bg-gray { background-color:#f8f8f8; }
	.bg-white { background: #fff; }
	

	
	#hero-container{padding:97px 0}
	.feature img{height:auto;vertical-align:bottom;width:100%}



/* Ventures Table
--------------------------------------------*/
ul.ventures-table li.cell{
	width: 160px;
	margin-right: 20px;
	padding-bottom: 60px;
}

ul.ventures1-table li.cell{
	width: 160px;
	margin-right: 20px;
	padding-bottom: 60px;
}

ul.ventures-table li.cell .cell-hover {
	background:url('images/trans-160-by-160.png') no-repeat 50%;
	width: 160px;
	height: 263px;
	display: none;
}

ul.ventures1-table li.cell .cell-hover {
	background:url('images/trans-160-by-160-1.png') no-repeat 50%;
	width: 160px;
	height: 227px;
	display: none;
}



/* Table Styles
--------------------------------------------*/
ul.table {
	margin-top: 80px;
}

ul.table li {
	display: block;
	float: left;
}

.dots-table li {
	height: 250px;
}

ul.table li a {
	position: relative;
}

ul.table li.cell p { font-size:12px !important; }
ul.table li.cell a{position:relative;display:block}
ul.table li.cell a.btn{display:inline-block}
ul.table li.cell .cell-hover{display:none;position:absolute;top:0;left:0}
ul.table li.cell h3,.cell h3 a{font-size:18px;font-weight:600;letter-spacing:1px;line-height:22px;color:#000!important;padding:0 0 2px}
ul.table li.cell h5{padding-bottom:12px}

ul.table li.cell.cap { padding: 0; margin: 0; }

ul.table.sep {
	margin-top: 80px;
	padding-top: 80px; 
	border-top: 1px dotted #CCCCCC;
}

ul.small-title li.cell h3 { 
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 16px;
	padding: 12px 0;
}

ul.small-title li.cell h5 {
	color: #999;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 16px;
	margin: 0;
	padding: 0;
}






	/****************************************************************************************
	[ 7 ] Buttons
	****************************************************************************************/

	.btn, .gform_button { display:inline-block; padding: 3px 8px 2px 8px; width:auto; clear:right; letter-spacing: 0; font-size:12px; border: none;}
	.gform_button {padding: 5px 8px 4px;}
	.btn-container { padding: 0 0 15px 0;}
	.btn.orange, .btn.video-btn, .gform_button { background: #ed3873; color:#fff; -moz-border-radius: 15px;
border-radius: 15px; }
	.btn.orange:hover, .gform_button:hover { background:#c92258; -moz-border-radius: 15px;
border-radius: 15px; }
	input.btn.orange { padding: 7px 15px; display:block; }
	.btn.gray { background: #b3b3b3; color: #fff; }
	.btn.orange.url { background: #bc4938 url(images/icon-url.png) no-repeat right center; padding-right: 26px; }
	.btn.center { text-align:center; margin:0 auto;  }
	
	.btn.video-btn { font-size: 20px; padding: 5px 15px 2px 15px; line-height:32px; height:32px; display:inline-block; }
	
	.gform_button:hover, input.btn.orange { cursor: pointer; }






/****************************************************************************************
	[ 7 ] Footer
	****************************************************************************************/

	#bottom{position:relative;z-index:9998;height:300px;color:#FFF; -moz-box-shadow:    inset 0 0 10px #000000;  -webkit-box-shadow: inset 0 0 10px #000000;box-shadow:         inset 0 0 10px #000000;}
	#footer{width:100%;background:#FFF;display:block;font-size:11px;text-align:right;position:relative;z-index:9999;padding:22px 0}
	#footer ul{float:left}
	#footer li{border-left:1px solid #000;margin-right:10px;padding-left:10px;float:left}
	#footer li,#footer div{line-height:12px}
	#footer li.cap{border:none;padding:0}

	#footer-links { padding: 74px 0; }
	#footer-links h3 { margin: 0 0 10px 0; padding:0; font-family: 'Roboto Slab', Helvetica, sans-serif; font-weight:700;}
	#footer-links h3, #footer-links ul li, #footer-links { color:#fff !important; }
	#footer-links ul li { list-style: outside; list-style: disc; padding:0; margin:0 0 0 15px;}
	#footer-links ul li a, #footer-links ul li, #footer-links { font-size:12px !important; }



#logotext {
	position:absolute;
	width: 400px;
	height: 80px;
	background:#000;
	color: #FFF;
	text-align:left;
	padding:20px 40px 20px 40px;
	font-size: 11px;
	line-height:1.4em;
	left:50%;
	margin-left:-240px;
	z-index:7000;
}

#logotext a{
text-decoration: none;	
focus: none;
outline: none;
-moz-outline-style: none;
color: #D9617A;
}

#logotext a:hover{
text-decoration: none;
color: #ED92BE;
}

#logotext a:focus {
    outline: 0px;
}


#about {
position: absolute;
left: -400px;
width: 400px;
top: 200px;
height: 400px;
background-color: #000;
z-index:10000;
}


#contact {
position: absolute;
left: -400px;
width: 400px;
top: 200px;
height: 400px;
background-color: #000;
z-index:11000;
}







#logoheader {
	width: 960px;
	height: 87px;
	float: left;
	padding: 10px 0px 20px 0;
	margin-bottom:10px;
}

#headerimage {
	width: 353px;
	height: 87px;
	float: left;
	padding-top:0px;
}

#headermenu {
	width: 377px;
	height: 87px;
	float: left;
	padding-left: 230px;
}

#menutitle {
	height: 37px;
	width: 437px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size: 28px; 
	color: #000; 
	font-weight:700;
	padding-top: 10px;
}

#menuitems {
	height: 40px;
	width: 437px;
	font-family: 'Orienta', Helvetica, sans-serif;
	font-size: 10px; 
	color: #999999; 
	font-weight:300;
}

.menumod {
	height: 14px;
	padding-top: 2px;
	padding-left: 3px;
	width: 77px;
	float: left;
	border-left-color:#999;
	border-left-style:solid;
	border-left-width:thin;
	color: #999;
	margin-top:5px;
}

.menumod a{
	color: #999;
	text-decoration: none;
}

.menumod a:hover{
	text-decoration: none;
	color: #ED92BE;
}

.menumod a:focus {
    outline: 0px;
}

#calendar {
	width: 930px;
	height: 430px;
	margin-bottom:50px;
	float: left;
	padding-left: 30px;
}

#modules {
	width: 960px;
	height: 2500px;
	margin-bottom:50px;
	clear:both;
}





#module1 {
	width: 479px;
	height: 399px;
	float:left;
	background-color:#000;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	overflow: hidden;  
    position: relative;  
}  


#module1new {
	width: 958px;
	height: 259px;
	float:left;
	background-color:#FFF;
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-right-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-color:#ccc;
	border-right-style:solid;
	border-left-color:#ccc;
	border-left-style:solid;
	overflow: hidden;  
    position: relative;  

	font-size: 14px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #000; 
	font-weight:400;
	padding: 110px 30px 30px 30px;
	text-align:left; 
	} 
	
	#module2new {
	width: 958px;
	height: 278px;
	float:left;
	background-color:#FFF;
	border-top-color:#ccc;
	border-top-style:solid;	
	border-bottom-color:#ccc;
	border-bottom-style:solid;
	border-right-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-color:#ccc;
	border-right-style:solid;
	border-left-color:#ccc;
	border-left-style:solid;
	overflow: hidden;  
    position: relative;  

	font-size: 12px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #000; 
	font-weight:400;
	padding: 50px 30px 50px 30px;
	text-align:left; 
	} 
	

#modules h2 {
	color:#000;
	left: 28px;
	position: absolute;
	top: 65px;
	z-index: 2;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size: 21px; 
	font-weight:700;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
}


#module2 {
	width: 480px;
	height: 399px;
	float:left;
	background-color:#000;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	overflow: hidden;  
    position: relative;
}


#module3 {
	width: 479px;
	height: 399px;
	float:left;
	background-color:#000;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	overflow: hidden;  
    position: relative;  
} 

#module3new {
	width: 958px;
	height: 399px;
	float:left;
	background-color:#000;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	overflow: hidden;  
    position: relative;  
} 

#module4 {
	width: 480px;
	height: 399px;
	float:left;
	background-color:#fff;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	overflow: hidden;  
    position: relative;  
} 

#module4new {
	width: 958px;
	height: 399px;
	float:left;
	background-color:#fff;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	overflow: hidden;  
    position: relative;  
} 

#module5 {
	width: 479px;
	height: 399px;
	float:left;
	background-color:#fff;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	overflow: hidden;  
    position: relative;  
} 

#module5new {
	width: 958px;
	height: 399px;
	float:left;
	background-color:#fff;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;
	overflow: hidden;  
    position: relative;  
} 

.title {
	float: left;
	height: 40px;
	z-index: 2;
	top: 0;
	left: 0;
	position: absolute;
}

#name1 {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:700;
	background-color:#F9B317;
	height: 20px;
}

#name2 {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:700;
	background-color:#25AAE2;
	height: 20px;
}

#name3 {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:700;
	background-color:#3C51A2;
	height: 20px;
}

#name4 {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:700;
	background-color:#AED135;
	height: 20px;
}

#name5 {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:700;
	background-color:#ED207B;
	height: 20px;
}

.date {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:400;
	background-color:#000;
	height: 20px;
}

.time {
	float: left;
    padding: 10px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px; 
	color: #fff; 
	font-weight:400;
	height: 20px;
	background:#999;
}


#slider1 {
	float: left;  
    position: absolute;  
    background: #000;  
    height: 229px;  
    width: 419px; 
	font-size: 12px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff; 
	font-weight:400;
	top: 0px;  
    left: 0;
	padding: 140px 30px 30px 30px;
	z-index: 1;
	transition: top 300ms ease 0s;
	text-align:left; 
	opacity: .7;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
}  






#slider2 {
	float: left;  
    position: absolute;  
    background: #000;  
    height: 229px;  
    width: 419px; 
	font-size: 12px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff; 
	font-weight:400;
 
	top: 0px;  
    left: 0;
	padding: 140px 30px 30px 30px;
	z-index: 1;
	transition: top 300ms ease 0s;
	text-align:left; 
	opacity: .8;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
}  



#slider3 {
	float: left;  
    position: absolute;  
    background: #000;  
    height: 229px;  
    width: 419px; 
	font-size: 12px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff; 
	font-weight:400;
 
	top: 0px;  
    left: 0;
	padding: 140px 30px 30px 30px;
	z-index: 1;
	transition: top 300ms ease 0s;
	text-align:left;
	opacity: .7;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	  
}  



#slider4 {
	float: left;  
    position: absolute;  
    background: #000;  
    height: 229px;  
    width: 419px; 
	font-size: 12px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff; 
	font-weight:400;
 
	top: 0px;  
    left: 0;
	padding: 140px 30px 30px 30px;
	z-index: 1;
	transition: top 300ms ease 0s;
	text-align:left;
	opacity: .8;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	  
}  



#slider5 {
	float: left;  
    position: absolute;  
    background: #000;  
    height: 299px;  
    width: 419px; 
	font-size: 12px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff; 
	font-weight:400;
    opacity: .7;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	top: 0px;  
    left: 0;
	padding: 120px 30px 30px 30px;
	z-index: 1;
	transition: top 300ms ease 0s;
	text-align:left;  
}  

	

#pics1, #pics2, #pics3, #pics4, #pics5 {
	float: right;
	top: 0;
	right: 0;
	position: absolute;
}

.textual {
	width: 480px;
	position: absolute;
}
