

/*MainContainer*/
.carousel
{
		width: 570px;
		border:0px solid red;
		margin:0px;
		padding:0px;
}

/*Carousel items container*/
.carousellite
{
	border:1px solid #D1D1D1;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	visibility: hidden;
	left: -5000px;
}

/*Iframe size*/
.carousel_content_container
{
		height:270px;
		width: 540px;
}

/*Buttons*/

.carousel-next a
{
	display: block;
	float: right;
	width: 10px;
	height: 178px;
	text-decoration: none;
  background-color:#D1D1D1;
	background-image: url(arrow-right-1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 83px;
		
}

.carousel-next a:hover
{
	background-color: #C1C1C1;
	
}


.carousel-prev a
{
	display: block;
	float: left;
	width: 10px;
	height: 178px;
	text-decoration: none;
	background-color:#D1D1D1;
	background-image: url(arrow-left-1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 83px;
}

.carousel-prev a:hover
{
	background-color: #C1C1C1;
}



/*Styles for itemContent*/

.carousel_item
{
	padding-left:1px;
	margin:3px;
}

.carousel_item_container
{
    text-align:center;
    height:170px;
    width:130px;
    padding:0px;
    margin:0px;

}

.carousel_item_container h1
{
    font-family:Arial;
    font-size:10pt;
    height:100px;
    padding:0px;
    margin:0px;
    line-height:10pt;
    color:white;
    text-align:center;
    background-color:#61adec;
 
}

/*Styles for catagories*/
.jcarousel-control {
    margin-top:3px;
    margin-bottom:3px;
    text-align:left;
    width:800px
    color: #999999;
    padding-left:14px;
}

a.jcarousel-selected-control
{
	background-color:#F58220;
	color:white;
}

.jcarousel-control a {
    display:inline-block;
    white-space:nowrap;
    text-align:center;
    font-size: 15px;
    font-family: Arial;
    text-decoration: none;
    width:110px;
    padding: 5px;
    border: 1px solid #D1D1D1;
    font-weight: bold;
    margin-right:5px;
}

.jcarousel-control a:hover
{
    color:White;
    background-color:#00AEEF;
}


.jcarousel-control a:focus,
.jcarousel-control a:active 
{
    color:White;
    background-color:#F58220;
}

/*Styles for Carousel*/
.jcarousel-skin-tango .jcarousel-container {
    background: white;
    border: 1px solid gray;
}

