a:focus { outline:none }
.stripViewer .panelContainer .panel ul {
text-align: left;
margin: 0px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 440px; background: #fff; overflow: scroll; }
.csw .loading {margin: 180px 0 180px 0; text-align: center}

.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
/*border: 2px solid #ccc; /* this is the border. should have the same value for the links */
margin: 0px;
width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
/*height: 450px;*/
clear: both;
background: #fff;
/*background-image:url(../images/bck_pesq_entrada.gif); CCM_20150129*/
background-repeat:repeat-x;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
left: 0; top: 0px;
width: 100% !important;
border-top: 0px solid #ccc; /* this is the border. should have the same value for the links */
list-style-type: none;
display: -webkit-inline-box;

/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
height: 100%;
position: relative;
/*width: 930px;*/
width: 100%;
color:#993;
font-size:15px;			/* CCM_20150317 - font-size:13px;	*/
overflow:hidden;
left: 0;
/* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
position:relative;
visibility:hidden;
display:none;
}

.stripNav ul { /* The auto-generated set of links */
list-style: none;
width: 430px;
margin: 0px;
padding:0px
}

.stripNav ul li {
float: left;
margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}

.stripNav a { /* The nav links */
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 25px;
background: #ece7e0;
color: #a18f7b;
text-decoration: none;
display: block;
padding: 0 15px;
border-bottom: 1px solid #ccc;

}

.stripNav a:hover {
background: #cfc82a;
color:#fff
}

.stripNav a.current {
background: #fff;
color: #34587e;
border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 0px; line-height: 25px;}

.stripNavL, .stripNavR { /* The left and right arrows */
display:none;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
#path_catalogo{
height:4em !important;
}
.path-all-option{
margin-top: 4em !important;
}
.path-option{
   height: 4em !important;
}
.path-option-image
{
	width: 7em !important;
	bottom:1em !important;

}
}

@media only screen and (max-width : 580px)
{
	.path-all-option{
	  display: none;
	}


}