/* --------------------------------------------------[ css ]-- */
div.jw-gallery-4col-lg {
	position:relative;
	font-family: arial,helvetica;
	font-size: 12px;
	margin:17px 0px 22px;_margin:17px 0px 42px;
	background:none;
	overflow:hidden;
	zoom:1;
}

div.jw-gallery-4col-lg .accordion-item:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.jw-gallery-4col-lg .jw-gallery-title{
	height:25px;
	

}
	div.jw-gallery-4col-lg .jw-gallery-title.ui-accordion-header {
		background:url(../_common/images/jw-list-accordion-bg.png) no-repeat 0 0;
		color:#fff;
		padding:7px 20px 0;
		cursor:pointer;
		margin-top: 2px;
	}
	div.jw-gallery-4col-lg .jw-gallery-title.ui-accordion-header.ui-state-active,
	div.jw-gallery-4col-lg .jw-gallery-title.ui-accordion-header.ui-state-active.ui-state-hover{
		background-position: 0 -64px;
		color:#fff;
		/*color:#868686;*/
	}
	
	div.jw-gallery-4col-lg .jw-gallery-title.ui-accordion-header.ui-state-hover{
		background-position: 0 -32px;
		color:#fff;
		/*color:#868686;*/
	}
div.jw-gallery-4col-lg  ul.mediaAttachmentList {
	float:left;
}		
div.jw-gallery-4col-lg  .viewMorePhotos {
	float:left;
	margin:8px 0 12px -8px;
	
	width:972px;
}
div.jw-gallery-4col-lg ul li {
	padding: 0px 7px;
}
	div.jw-gallery-4col-lg  li {
		float:left;
		
		width:164px !important;
		height:118px !important;
	}
	div.jw-gallery-4col-lg  li img {
		width:164px;
		height:118px;
	}
	
div.jw-gallery-4col-lg .prev_slide,
div.jw-gallery-4col-lg .next_slide {
	cursor: pointer;
    display: block;
    margin-top: -72px;
    position: relative;
    z-index: 50;
}
	div.jw-gallery-4col-lg .prev_slide {
		float:left;
		margin-left:22px;	
	}
	div.jw-gallery-4col-lg .next_slide {
		float: right;
	    margin-right: 8px;
	    position: absolute;
	    right: 0;
	    top: 168px;		
}

.ui-icon{
	display:none;
}
.ui-corner-all {
	border-radius:0;
}

.accordion-item {
    width: 720px !important;
}