img {
	border:0;
}

/* Styling up the image gallery */

#slideshow-main {
	width:695px; 
	float:left; 
	margin-right:9px;
	margin-left:6px;
	margin-top: 3px;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:700px;
}

#slideshow-main li {
	width:695px; 
	height:290px; 
	display:none;
	position:relative;
	overflow:hidden;
	z-index:1;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:113px;
	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:0; left:0;
	display:block; 
	width:100%;
	height:110px;
	z-index:1000;
}

#slideshow-main li span.content h1 {
	font-size:26px;
	margin: 0;
	padding:0 10px;;
	color:#42e2e8;
}
#slideshow-main li span.content h1 a{
	font-size:26px;
	margin: 0;
	color:#42e2e8;
}
#slideshow-main li span.content h1 a:hover{
	font-size:26px;
	margin: 0;
	color:#FEC43C;
	text-decoration:none;
}
#slideshow-main li span.content p {
	font-size:14px;
	margin: 0;
	padding:0 10px;
	color:#42e2e8;
}



/* Styling up the carousel */

#slideshow-carousel {
	float:left; 
	width:300px;
	position:relative
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	background:#fff; 
	height:97px; 
	position:relative
}

#slideshow-carousel li .arrow {
	left:3px; 
	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:300px; 
	height:97px;
}


#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;
}