/*
-----------------------------------------------
 =Photo
----------------------------------------------- */
#photo_carousel .jcarousel-item-horizontal {
    width: 700px;
	height: 340px;
    padding: 0px 0px;
	
}

li.jcarousel-item{
	padding:0px !important;
	margin: 0px !important;
	list-style-image: none !important;
}

ul.jcarousel-list{
	padding:0px !important;
	margin: 0px !important;
	list-style-image: none !important;
	
}


#photo_carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
}

#photo_carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
}

/*
-----------------------------------------------
 =Opinion
----------------------------------------------- */
#opinion_carousel .jcarousel-item-horizontal {
    width: 700px;
	height: 235px;
    padding: 0px 0px;
}
