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

/*---------------------------------------------------jcarousel gallery-------------------------------*/
.jcarousel-skin-tango .jcarousel-container {

    -moz-border-radius: 0;
    background: transparent;
    border: 0;
	height:278px;


	
}


*:first-child+html div.jcarousel-skin-tango .jcarousel-container{height:243px;}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  
    padding: 11px 0 0 75px;
	background: transparent;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 163px;
    height: 268px;
	background:transparent;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 163px;
    height: 300px;
	background:transparent;
	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
	
	 
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: transparent;
    color: #000;
}


 .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 140px;
    right: 15px;
    width: 9px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../images/next-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-cat.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: 0px 0;
	background: transparent url(../images/next-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0px 0;
	background: transparent url(../images/next-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
	background: transparent url(../images/next-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 140px;
    left: 15px;
    width: 9px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../images/prev-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
   background: transparent url(../images/prev-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 0;
	background: transparent url(../images/prev-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
	background: transparent url(../images/prev-cat.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
	background: transparent url(../images/prev-cat.png) no-repeat 0 0;
}

.jcarousel-container {
    position: relative;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;

}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;

}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 299px;
    height: 450px;

}


.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


#mycarousel p{

width:160px;
margin:0;
padding:0;
text-align:center;
position:absolute;
top:220px;
color:#707173;
text-transform:uppercase;
font-size:9pt;
font-weight:bold;}

