
/*    big_carousel     
--------------------------------------------------------*/

#big_carousel_wrapper {
	position: relative;
    width: 100%;
    height: 360px;
}

#big_carousel {
/*	padding-left: 10px !important;*/
	overflow: hidden;
}

#big_carousel a {
	text-decoration: none;
}

#big_carousel li {
	width: 360px ;
}

#big_carousel li img {
	display: block;
}

.big_carousel_no_border {
	background-color: #000000;
	height: 350px;
}

.big_carousel_no_border li {
	opacity: 0.75;	
}

.big_carousel_with_border {
	height: 360px;
}

.big_carousel_with_border li {
	padding-right: 8px;
}


.big_carousel_with_border li .content {
	padding: 4px;
	border: 1px solid #353535;
}

.big_carousel_with_border li .content:hover  {
	border: 1px solid #FFFFFF;	
}

.big_carousel_with_border li .content,
#mycarousel li img {
	-moz-transition : all .15s ease-out 0s;
	-o-transition : all .15s ease-out 0s;
	-webkit-transition : all .15s ease-out 0s;
	transition : all .15s ease-out 0s;
}

#big_carousel .slide_image {
	position: relative;	
}

#big_carousel .slide_image .title {
	position: absolute;
	bottom: 15px;
	right: 0px;
	padding: 5px;
}

#big_carousel .slide_image .title h3  {
	font-size: 14pt;
	color: #FFF !important;
}

#big_carousel_prev,
#big_carousel_next {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 45px;
	height: 90px;
	text-indent: -9999px;
}

#big_carousel_prev {
	background-image: url("../images/half_round_arrow_left.png");	
	left: 0px;
}

#big_carousel_next {
	background-image: url("../images/half_round_arrow_right.png");	
	right: 0px;
}