/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container". 
 */

.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: 80px;
    height: 108px;
}
.jcarousel-list li, .jcarousel-item a {
	text-decoration:none !important;	
}
.jcarousel-list li, .jcarousel-item img {
	display:block;
	margin-bottom:3px;
}
.jcarousel-list li, .jcarousel-item span.title {
	color:#ffffff !important;
	font-weight:bold;
}
.jcarousel-list li, .jcarousel-item a.link {
	color:#00aeef !important;
	font-weight:bold;
}
.jcarousel-list li, .jcarousel-item a:hover.link {
	color:#ffffff !important;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*additional custom styles*/
img {
	border:none;
}
.wrap { /*this was originally defined as an id in the JQuery example*/
	float:left;
	display:inline;
	overflow:hidden;
	width:300px;
	height:108px;
	margin-left:0;
	}
.wrap ul li {
	list-style:none;
}
.wrap li {
	display:inline;
}
.outer-slide {
	height:100px;/*set to row height*/

}
.slide-container {
	width:300px;
	text-align:left;
	margin:0 0 0 0;
	padding:0;
	height:106px;
}
#columns .widget .widget-content .jcarousel-container h4 {
	color:#000000;
	text-decoration:none;
	font-size:1.1em;
	margin:0 0 3px 0;
	padding:0
}
/*overide drag and drop widget inhertance styles*/
#columns .widget .widget-content li.jcarousel-item  {
	padding:0 0 0 0;
	color:#000000;
	font-size:1.2em;
}
#columns .widget .widget-content li.jcarousel-item img {
	float:left !important;
	margin:0 10px 0 0;
}
#columns .widget .widget-content li.jcarousel-item p {
	margin:0;
	padding:0;
	line-height:1.2em;
}
#columns .widget .widget-content .jcarousel-container ul {
	padding:0;
}
