/*
# copyright : Copyright (C) 2007 Squirnet.com. All rights reserved.
# url : http://www.squirnet.com
# mail : copyright@squirnet.com
# update : 2010-06-07
*/

a:focus {
	outline: none;
}
a img {
	border: none;
}


.carrousel {
	position: relative;
	margin: 0px auto 0px auto;
	width: 476px;
	height: 216px;
	border: 0px solid #aaaaaa;
	overflow: hidden;
}

#carrousel_div_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 476px;
	height: 216px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.carrousel_div_hidden {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 476px;
	height: 216px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#carrousel_title {
	position: absolute;
	left: 0px;
	top: 185px;
	display: block;
	width: 476px;
	height: 30px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: #aaaaaa;
}
#carrousel_title span {
	display: block;
	margin: 8px 0px 0px 5px;
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
}

.carrousel_control {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: block;
}

.carrousel_control a {
	float: left;
	display: block;
	margin: 0px 0px 0px 3px;
	padding: 2px 6px 2px 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	background: #555555;
	border: 1px solid #333333;
}

