.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.opaque {
	filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}

.sidebar-right #content {
	width: 960px !important;
}

.page-search.sidebar-right #content {
       width: 658px !important;
}

#carousel-area {
	margin-left: -30px;
	width: 974px;
	overflow: hidden;
	height: 460px;
	margin-bottom: 10px;
}

#carousel {
	height: 360px;
	width: 974px;
	clear: both;
}

#carousel img {
	border: none;
}

#controls {
	background: url('../images/transparent.png') #555 top left repeat;
	display: block;
	width: 964px;
	height: 100px;
	padding: 5px 0 0 10px;
	/*position: absolute;*/
	display: block; /* change to none if auto-hiding slide */
}

#controls ul {
	padding: 0;
	margin: 0;
}

#controls ul li {
	display: block;
	list-style: none;
	float: left;
	margin-right: 5px;
}


#thumbs img {
	width: 125px;
	border: 1px solid #ccc;
}

h2#title {
	color: white;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 20;
}

#caption {
	color: white;
	background: url('../images/transparent.png') top left repeat;
	z-index: 20;
	margin-top: -38px;
	position: absolute;
	width: 959px;
	height: 22px;
	padding: 8px;
}
