/* Home Page RCarousel Styles  */


#slider-container {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
			
#carousel {
	width: 820px;
	margin: 0 auto;	

}

#ui-carousel-next, #ui-carousel-prev {
	width: 60px;
	height: 480px;
	background: url('images/slider/arrow-left.png') center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
}

#ui-carousel-next {
	right: 0;
	background-image: url('images/slider/arrow-right.png');
}

#ui-carousel-prev {
	left: 0;
}
			

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
			
			
.slide {
	 width:820px;
     margin: 0;
	 position: relative;
}

.slide  h2 {
	font: 60px/1 Anton, sans-serif;
	color: #ff5c43;
	margin:0;
	padding:40px 0 0 0;
}

.slide  p{

	
}



.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}


.slide-column-left{
	width:420px;
	height:480px;
	float:left;
	
}

.slide-column-right{
	width:400px;
	height:480px;
	float:left;
	
}

#pages {
	width:150px;
	margin: 0 auto 25px auto;
}

			

.bullet {
		background: url('images/slider/page-off.png') center center no-repeat;
		display: block;
		width: 24px;
		height: 24px;
		margin: 0;
		margin-right: 5px;
		float: left;				
}
