@charset "UTF-8";
/* CSS Document */

/* COLECAO2 */
.colecao_work2{
	position: relative;
}

.colecao_work2 .colecao_thumb2{
	width: 280px;
	height: 100px;
	margin-left: 2px;
	border: 3px #777679 solid;
	background: url(../images/transparent.png);
	text-align: center;
}

.colecao_work2 .colecao_thumb2:hover{
	border: 3px #e7e4e7 solid;
}

.colecao_work2 .colecao_thumb2 img{
	opacity: 0.5;
}

.colecao_work2 .colecao_thumb2 img:hover{
	opacity: 1;
}

.colecao_work2 .zoomIcon {
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 250;
	width: 28px;
	height: 26px;
	font-size: 10px;
	overflow: hidden;
}

.colecao_work2 .zoomIcon a:link, .colecao_work2 .zoomIcon a:visited {
	background: url(../images/zoomIcon.png) no-repeat 0 top;
	display: block;
	width: auto;
	height: 0;
	padding-top: 26px;
}

.colecao_work2 .zoomIcon a:hover {
    background-position: 0 center;
}

.colecao_work2 .zoomIcon a:active {
    background-position: 0 bottom;
}

/* CAROUSEL2 */
#carousel2 {
	opacity: 0;
	margin-top: 2px;
	width: 940px;
	height: 110px;
	padding: 2px 0px 0px 68px;
	/*background: #777679;*/
	background:url(../images/transparent.png);
}

.ui-carousel2 {
	overflow: hidden;
}

.ui-carousel2 .mask {
	position:relative;
	overflow:hidden;
}

.ui-carousel2 ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.no-js .ui-carousel2 ul {
	position: static;
}

.ui-carousel2 ul li {
	float: left;
	width: 290px;
	height: 110px;
	margin: 0;
}

.ui-carousel2.ui-carousel-vertical ul li {
	float: none;
}

/* pagination */
.ui-carousel2 .pagination-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.ui-carousel2 .pagination-links li {
	display: inline;
}

.ui-carousel2 .pagination-links a {
	padding: 2px 6px;	
}

.ui-carousel2 .pagination-links a:hover {
	text-decoration: none;
}

.ui-carousel2 .pagination-links li.current a {
	 background: #444;
	 color: #fff;
}

.ui-carousel2 .disabled {
	color: gray;
	cursor: default;
}

.ui-carousel2 .pagination-links.void {
	display: none;
}
		
/** next & prev actions **/
.ui-carousel2 .next{
	width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50px;
    cursor: pointer;
	background: url(../images/product_next.png);
    left: 50%;
	margin-left: 520px;
}

.ui-carousel2 .prev{
	width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50px;
    cursor: pointer;
	background: url(../images/product_prev.png);
    left: 50%;
	margin-left: -540px;
}

.ui-carousel2 .prev.disabled,
.ui-carousel2 .next.disabled{
	display: none;
}
.ui-carousel2 .next.void,
.ui-carousel2 .prev.void	{
	display: none;
}

/** horizontal **/
#colecao2 a{
	text-decoration: none;
	color: #000;
}

/** items per page **/
#colecao2.ui-carousel-items-1 .mask {
	width: 290px;
}

#colecao2.ui-carousel-items-2 .mask {
	width: 580px;
}

#colecao2.ui-carousel-items-3 .mask {
	width: 870px;
}

/** no of rows **/
#colecao2.ui-carousel-rows-1 .mask {
	height: 110px;
}