#transitions {
	position:relative;
	width:820px;
	height:350px;
	margin:70px 0 60px 0;
	background:#FFF;
	border:1px solid #ececec;	
}

#transitions p {
	font:normal normal 12px/15px Arial, Helvetica, sans-serif;
}

#transitions h4 {
	font:bold normal 14px/17px Arial, Helvetica, sans-serif;
	padding-bottom:4px;
}

#transitions h3 {
	display:block;
	border-bottom:1px solid #c9c9c9;
	width:759px;
	height:50px;
	margin:10px 0 10px 26px;
	font-family: Bebas, Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:60px;
	color:#333;
}

#transitions p {
	padding-bottom:5px;
}

.list_carousel {
	position:absolute;
	top:5px;
	left:5px;
	width:810px;
	height:340px;
	background-image: url(../images/carosel_back.jpg);
}


.list_carousel ul {
	list-style: none;
	display: block;
	margin-left:20px;
}

.list_carousel li {
	color: #333;
	width: 245px;
	height: 240px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.list_carousel li a {
	text-decoration:underline;
	color:#262e4b;
}

.list_carousel li a:hover {
	text-decoration:none;
	color:#0073CF;
}

.imageContainer {
	border:1px solid #c9c9c9;
	width:243px;
	height:128px;
	background-color:#FFF;
}

.carouselImage {
	padding:6px 0 0 6px;
}

img.carouselImage {
	border:0;
}

.imageDescription {
	padding-top:15px;
}

.clearfix {
	float: none;
	clear: both;
}
.prev {
	position: absolute;
	top:5px;
	right:50px;
}
.next {
	position: absolute;
	top:27px;
	right:25px;
	
	
}


#next2 {
	width:27px;
	height:26px;
	background-image:url(../images/next.jpg);
}

#next2 span {
	display:none;
}



.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

