.destaque {
    height: 402px;
	margin-right: auto;
	margin-left: auto;
    overflow: hidden;
    position: relative;
    width: 930px;
} 
.item, .item-triple {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0; width: 100%;
}
.foreground {
    position: absolute;
}
.background {
    overflow: hidden;
    position: absolute;
}
#slide-container {
	background-color: #fff;
    border: 1px solid #000;
}
.item a, .item-triple a {
	display: block;
    width: 960px;
    height: 540px;
}
.item .background img {
	max-width: 960px;
    /* to avoid max-width: 100% of Twitter Bootstrap */
}
.item-triple .background img {
	max-width: 320px;
    /* to avoid max-width: 100% of Twitter Bootstrap */
}
.foreground .element, .foreground-triple .element {
	color: #fff;
    text-shadow: 1px 1px 2px #000000;
    width: 900px;
    position: relative;
    left: 30px;
}
.foreground .element.icon, .foreground-triple .element.icon {
/*	top: 100px; */
    left: 60px;
    width: 114px;
    height: 114px;
    background: transparent url(../img/play.png) no-repeat;
    background-position: 0 0;
}
.background .overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}
.foreground .element.title, .foreground-triple .element.title {
/*	text-transform: uppercase;
    font-size: 60px; */
/*    top: 100px; */
}
.foreground .element.subtitle {
/*	font-size: 17px; */
/*    top: 120px; */
/*    margin-left:50px; */
}
.ui-loader {
	display: none;
}

#slide-pagination{
	text-align:center;
}
#slide-pagination li{
	display: inline;
}
#slide-pagination li a{
	display:inline-block;
    width:150px;
    text-decoration:none;
    color:#000;
    background-color: #F0F0F0;
    border: 1px solid #999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #F0F0F0;
    padding:3px 0;
}
#slide-pagination li a:hover{
	background-color:#666;
    color:#FFF;
}
