/* Horizontal Carousel */
#horizontal_carousel {
    height: 198px;
    margin: 0 auto;
    width: 1050px;
    /*padding: 12px 0px 0px 11px;*/
    color: #002b46;
}

#horizontal_carousel .container {
    float: left;
    /*width: 1000px;*/
	width: 990px;
    height: 207px;
    position: relative;
    color:#002b46;
    overflow: hidden;
}

#horizontal_carousel ul {
    margin: 0;
    padding:0;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
    height: 200px;
}                      

#horizontal_carousel ul li {
  /*  width: 201px;
    height: 230px;
    text-align: center; 
    list-style:none;   
    float:left;*/
	float:left;
	width:180px;
	height:120px;
	text-align: center; 
    list-style:none;
	padding-top:10px;
	margin-right:4px;
	margin-left:4px;	
	border: 5px solid #e0e0e0;
	
}

#horizontal_carousel .previous_button {
    float: left;
    width: 26px;
    /*margin-top:38px;*/
	margin-top:55px;
    height: 150px;
    text-align: center;
    text-decoration: none;    
    line-height: 120px;
    background-image: url("/media/images/prevbutton.png");
    background-repeat:no-repeat;
    cursor: pointer;
}

#horizontal_carousel .previous_button_over {
    color: #000;
}

#horizontal_carousel .previous_button_disabled {
    cursor: default;
}

#horizontal_carousel .next_button {
    float: left;
    width: 23px;
    height: 150px;
    /*margin-top:38px;*/
	margin-top:55px;
	margin-left:5px;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    background-image: url("/media/images/nextbutton.png");
    background-repeat:no-repeat;
    line-height: 120px;
    cursor: pointer;
}

#horizontal_carousel .next_button_over {
    color: #000;
}

#horizontal_carousel .next_button_disabled {
    cursor: default;
}
