@charset "utf-8";
/* CSS Document */

body {
	font-family:arial;	
}

img {
	border:0;
}

#slideshow-main {
	width:508px; 
	float:left; 
	/*margin-right:3px;*/
	
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:508px;
}

#slideshow-main li {
	width:508px; 
	height:350px; 
	display:none;
	position:relative;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li.a {
text-decoration:none;
}

 #slideshow-main li.a:hover {
text-decoration:none;
}



#slideshow-main li span.opacity {
	position:absolute;
	bottom:1px; left:-234px;
	display:block; 
	width:233px;
	height:350px;
/*	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;*/
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0px;
	left:-240px;
	display:block;
	width:244px;
	height:350px;
	z-index:1000;
}

#slideshow-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;
	color:#42e2e8;
	
}

#slideshow-main li span.content p {
	font-size:12px;
	margin:5px 0;
	padding:0 10px;
	color:#FFFFFF;
	list-style:none;
	font-family:"Century Gothic";
	line-height:16px;
	font-weight:normal;
	font-smooth:always;
	text-align:left;
	
}

#slideshow-carousel {
	float:left; 
	width:244px;
	position:relative;
	height:350px;
	margin-left:-51px;
}

#slideshow-carousel ul {
	margin:0;
	padding:0;
	list-style:none;
	/*margin-left:-30px;*/ 
}

#slideshow-carousel li {
	height:70px; 
	width:244px; 
	position:relative;
	font-family:tahoma;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:left;
	/*padding:0 0 0 -30px;*/
	
}

#slideshow-carousel li .arrow {
	left:33px; 
	top:28px; 
	position:absolute; 
	width:20px; 
	height:40px; 
/*	background:url(images/arrow_white.png) no-repeat 0 0; */
	display:block;
}

#slideshow-carousel li a {
	/*background:#000;*/ 
	display:block; 
	width:180px; 
	height:70px;
	background-image: url(../images/button.png);
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
	padding-left:62px;
	/*padding-top:25px;
	padding-right:10px;*/
	padding-top:2px;
}

#slideshow-carousel a:hover {
/*	background:#000; 
	display:block; */
	width:180px; 
	height:70px;
	text-decoration:none;
	color:#000000;
	background-image:url(../images/HoverButton.png);
	background-repeat:no-repeat;
}


#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}

.subtext {
    font-size:12px;
	color:#525151;
	line-height:15px;
	font-family:"Century Gothic";
	font-weight:300;
	vertical-align:bottom;
	padding-bottom:5px;
	}
	
.text_heading {
  font-family:"Century Gothic";
  font-size:14px;
  font-weight:bold;
  color:#dfdfde;
  /*font-smooth:1em;*/
}

.just_work {
  font-family:"Arial Narrow";
  font-size:14px;
  color:#b8b9ba;
  text-decoration:none;
  font-style:italic;
}

.yogaonsea {
  font-family:"Century Gothic";
  font-size:14px;
  font-weight:bold;
  color:#d2d4d5;
  text-decoration:none;
}

#main_container {
  width:985px;
  height:350px;
  margin: 0 auto;
}

#leftside {
  width:235px;
  height:350px;
  background-color:#006092;
  float:left;
}