﻿.image_carousel {
	/*padding: 15px 0 15px 40px;*/
	/*margin-left: 18px;
    margin-right: 18px;*/
    padding-left: 20px;
    padding-right: 0px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#image_list .image_list_inner
{
    display: block;
    text-align: center;
    background-color: #fff;
    color:#555;
    border: 0px solid #CCCCCC;
    float: left;
    height: 58px;
    margin: 2px;
    padding: 1px;
    width: 980px;
    box-shadow: 0px 0px 15px 4px rgba(156, 192, 228, 0.63);
-moz-box-shadow: 0px 0px 15px 4px rgba(156, 192, 228, 0.63);
-webkit-box-shadow: 0px 0px 15px 4px rgba(156, 192, 228, 0.63);
}
#image_list li
{
    display: block;
    max-height: 50px;
    text-align: center;
    max-width: 980px;
    text-decoration: none;
    margin-top:5px;
}
#image_list a
{
    /*background-color: white;
    border: 1px solid #CCCCCC;*/
    display: block;
    max-height: 80px;
    text-align: center;
    /*margin: 5px;
    padding: 9px;*/
    max-width: 140px;
    text-decoration: none;
    cursor: pointer;
    margin-top:5px;
}
.image_carousel img {
	/*background-color: white;
    border: 1px solid #CCCCCC;*/
    max-height: 80px;
    /*margin: 5px;
    padding: 9px;*/
    max-width: 140px;
    border: medium none;
}
a.prev, a.next {
	background: url("http://www.redesecovi.com.br/images/secovi/miscellaneous_sprite2.png") no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 20px;
}
a.prev {			left: 5px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 5px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
	margin-top: 3px;
}
.pagination a {
	background: url("http://www.redesecovi.com.br/images/secovi/miscellaneous_sprite2.png") 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
