/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
 
.jcarousel-container {
    position: relative;
    overflow: hidden;
    width: 525px;
    height: 394px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    /*margin: 0 0 0 10px !important;*/
    margin: 0 auto 0;
   /* margin: 0 0 0 42px;*/
    overflow: hidden;
    position: relative;
    width: 525px;
}

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

#mycarousel	{
	overflow: hidden;
	height: 394px;
	width: 525px;
	}
	
	
	
#mycarousel a img	{
	border: 0px solid #000;
	}


.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 525px;
/*    height: 394px;*/
}
.jcarousel-list li a img	{
	border: none;
		width: 525px;
/*
		height: 394px;
*/
	}
/**
 * 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-prev, .jcarousel-next	{
 	z-index: 3;
 	display: none;
 	width:10px;
    height:23px;
    cursor: pointer;
    /*margin-top: 10px;*/
    position: relative;
 	}
.jcarousel-next {
  /*  background: url(images/next.gif) no-repeat top left;*/
    float: right;
    margin-right: -10px;
    }

.jcarousel-prev {
    /*background: url(images/prev.gif) no-repeat top left;*/
    float: left;
    margin-left: -10px;
}

.jcarousel-control 	{
	margin: 3px 0 0px 0;
	height: 56px;
	
	}
.jcarousel-control a img	{
	float: left;
	width: 75px;
/*
	height: 50px;
*/
	border-width: 0px;
	}


.jcarousel-control a:hover img	{
	opacity: 0.5;
	}








