/*
+----------------------------------------------------------------+
	Video														
+----------------------------------------------------------------+
*/
#videos {margin:0 auto; padding-top:40px; width:664px}

#videos #player {background-color:#eff2f2; border-radius:4px; box-shadow:0 0 3px rgba(0, 0, 0, 0.2); height:348px; margin:0 auto 20px; padding:6px; position:relative; width:548px}
#videos #player::before, #videos #player::after {position:absolute; content:""; top:10px; bottom:15px; left:10px; width:50%; box-shadow:0 15px 10px rgba(0, 0, 0, 0.5); -webkit-transform: rotate(-3deg); -moz-transform:rotate(-3deg); -o-transform:rotate(-3deg); -ms-transform:rotate(-3deg); transform:rotate(-3deg); z-index:-1}
#videos #player::after {right:10px; left:auto; -webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -o-transform:rotate(3deg); -ms-transform:rotate(3deg); transform:rotate(3deg)}
#videos #player iframe {display:block; margin:0 auto}

/*
+----------------------------------------------------------------+
	Carousel Thumbnail														
+----------------------------------------------------------------+
*/
.carousel {position:relative}
.carousel .mask {position:relative; margin:0 auto 20px; overflow:hidden; width:602px}
.carousel .mask ul {position:absolute; overflow:hidden}
.carousel .mask li { float:left; height:127px; margin-right:11px; position:relative; width:143px}
.carousel .mask li img {-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75); -moz-box-shadow:0px 0px 5px rgba(50, 50, 50, 0.75); box-shadow:0px 0px 5px rgba(50, 50, 50, 0.75);border-radius:4px; display:block; height:116px; margin:5px 0 0 5px; position:relative; width:131px}
.carousel .mask li.current span {background:url(../img2/frame.png) no-repeat; display:block; height:127px; left:0; position:absolute; top:0; width:143px; z-index:2}

/*
+----------------------------------------------------------------+
	Paginacao														
+----------------------------------------------------------------+
*/
.pagination-links {text-align:center}
.pagination-links li {display:inline; margin:0 2px}
.pagination-links li a {background:url(../img2/bullet-off.png) no-repeat; display:inline-block; height:20px; text-indent:-9000px; width:20px}
.pagination-links li.current a {background:url(../img2/bullet-on.png) no-repeat}

.prev, .next {height:26px; position:absolute; text-indent:-9000px; top:54px; width:18px}
.prev {background:url(../img2/arrow-left.png) no-repeat; left:0}
.next {background:url(../img2/arrow-right.png) no-repeat; right:0}
.prev.disabled {background:url(../img2/arrow-left-disabled.png) no-repeat;}
.next.disabled {background:url(../img2/arrow-right-disabled.png) no-repeat;}