
			
			
			#intro {
				width: 580px;
				margin: 0 auto;
			}
			
			.list_carousel {
    background-color: #2E3639;
    width: 324px;
    height: 510px;
    border-radius: 15px;
    margin: 0px 0px 30px 60px;
}

		.list_carousel p {
		line-height:1.5em;
		color:white;
		font-size:13px;
		
		}

.list_carousel a
			{
				color: #F58F21;
				font-size:12px;
			}

		.list_carousel img {
    width: 290px;
    margin-top: 15px;
}
		.list_carousel h1 {
    color: #FFF;
    font-size: 17px;
    font-weight: normal;
}

			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				
	cursor: url('../images/hand-press-button-4.png'), move;
			}
			.list_carousel li {
    width: 290px;
    height: 510px;
    padding: 0px;
    margin-right: 73px;
    display: block;
    float: left;
    margin-left: 16px;
}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
    float: left;
    margin-left: 34px;
    margin-top: -320px;
    position: absolute;
}
			.next {
    margin-left: 384px;
    margin-top: -320px;
    position: absolute;
}
			.pager {
    float: left;
    width: 285px;
    text-align: center;
    margin-top: -32px;
    position: absolute;
    z-index: 99;
}
			.pager a {
				margin: 0 5px;
				color:white;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			.caroufredsel_wrapper {
    height: 521px !important;
    width: 322px !important;
}