
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-scope".
 */
.jcarousel-scope {
    position: relative;
	padding:10px
}

#wrap{
    width: 350px;
	height: 109px;
    background:url('../images/carousel-back.gif');
	border-right:1px solid black;
	border-top:1px solid black
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
    padding-right: 8px;
}

.jcarousel-list li img {
	cursor: pointer;
	border:0px;
}

/**
 * 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 {
    position: absolute;
    top: 70px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px outset #fff;
    color: #74983B;
    background-color: #C2E167;
    font-weight: bold;
}

.jcarousel-next-disabled {
    color: #ACCC68;
    cursor: default;
}

.jcarousel-prev {
    position: absolute;
    top: 70px;
    left: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px outset #fff;
    color: #74983B;
    background-color: #C2E167;
    font-weight: bold;
}

.jcarousel-prev-disabled {
    color: #ACCC68;
    cursor: default;
}

/**
 * The controls.
 */
.jcarousel-controls {
    margin-bottom: 5px;
	width:100%;
	height:20px
}

.jcarousel-control {
    display: none;
    cursor: pointer;
}

#next{
	float:right;
	display:inline;
}

#prev{
	float:left;
	display:inline;
}

.jcarousel-control img {
	border:0px;
}

.jcarousel-control:focus,
.jcarousel-control:active {
    outline: none;
}

.jcarousel-scroll {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}


#carouselcontentwrap{
	width:350px;
	height: 190px;
	overflow:auto;
	background:url('../images/carousel-contentback.gif');
	border:0px none;
	
}
/* box model problem */
#carouselcontentwrap div{
	padding:0 10px;
}

.carouselcontent {
	display:none;
}

#pagewrap{
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-bottom:1px solid black; 
	border-top:0px none; 
	width: 689px;
	background:url('../images/carousel-pageback.jpg'); 
	float:right;
	margin-right:7px;
}

#back {
	background-image: url('../images/copy_bg.jpg')
}

img#carouselcontentimage{
	margin:10px 10px 10px 0;
	float:right;
	clear:none;
	display:inline;
	width:320px;
	border:0px;
}