body {
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
}

p {
    margin: 0px 0;
    clear: both;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    /*margin: 0 12%;*/
    margin: 5px 5px;
}

li {
margin-left: 0px;
}



/**
 * 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-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 133px;
    height: 133px;
}

/**
 * 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;
}



.cell {
width:131px;
height:170px;
background-color:#CCCCCC;
background-repeat:no-repeat;
color: #333333;
}

.jcarousel-skin-tango.jcarousel-container {
	background-repeat:no-repeat
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 460px;
    padding: 10px 0px 10px 0px;
	height: 170px;
	background-color:#efeff0;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  415px;
    height: 170px;
	background-color:#efeff0;
	margin: 0px auto 0px auto;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 131px;
    height: 170px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 20px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/carousel_next.gif) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/carousel_prev.gif) no-repeat 0 0;
}

#carousel_1_detail {
	width:460px;
	height:230px;
	background-color:#FFFFFF;
	color:#333333;
	}
#carousel_1_main_image {
	width:230px;
	height:230px;
	float:left;	
	}
#carousel_1_main_spec {
	width:210px;
	height:230px;
	padding:0 0 0 8px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:normal;
	}

#carousel_1_main_spec a {
text-decoration:none;
}
#carousel_1_main_spec a:hover {
text-decoration:underline;
}