/*	is Attachments widget */

 ul.attachments, ul.attachments li {
	list-style : none;
	padding : 0;
	margin : 0;
}

ul.attachments {
	width : 569px;
	height : 317px;
	position : relative;
	z-index : 200;
	border-right : 1px solid #eaeaea;
	background-color : #f8f8f8;
}

.gallery-container {
	border-bottom : 1px solid #eaeaea;
}

ul.attachments img {
	border : none;
}

.attachments li.parent-container, .attachments li.play-container {
	display : block;
	position : absolute;
}

.attachments li.gallery-node {
	display : none;
	position : absolute;
	z-index : 200;
/*
	width : 570px;
	height : 324px;
*/
	width : 569px;
	height : 317px;
	background-color : #f8f8f8;
	text-align : center;
}

.attachments li img {
/*
	width : 569px;
	height : 317px;
	max-width : 570px;
	max-height : 324px;
*/
	max-width : 569px;
	max-height : 317px;
	
	background-color : #eeeeee;
}

.attachments li.active-item {
	z-index : 202 ! important;
}

.attachments li.previous-item {
	z-index : 201 ! important;
}


.attachments li:first-child {
	display : block;
}


.attachments li ul.gallery-parent {
	position : relative;
}

.attachments li ul.gallery-parent li:first-child {
	display : block;
	z-index : 200;
}

.attachments li ul.gallery-parent li a {
}

.attachments li span {
	display : block;
}

.attachments li span.title, .attachments li span.description, .attachments li span.caption {
	display : none;
}

.attachments-list span.description, .attachments-list span.caption {
	display : none;
}

.attachments-list li {
	height : 25px;
	border-top : 1px solid #eaeaea;
	list-style : none;
	overflow : hidden;
	white-space : nowrap;
	width : 340px;
}

.attachments-list li span {
	white-space : nowrap;
}

.attachments-list li:last-child {
	border-bottom : 1px solid #eaeaea;
}

.attachments-list li a {
	padding-top : 5px;
	height : 20px;
	background-repeat : no-repeat;
	background-position : left center;
	padding-left : 20px;
	width : 100%;
	display : block;
}

.attachments-list li.type-image a {
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/image-on.gif);
}

.attachments-list li.type-video a {
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/video-on.gif);
}

.attachments li.mediaplayer-overlay {
	position : absolute;
	z-index : 205;
	display : block;
}

.attachments li.mediaplayer-overlay a {
	position : absolute;
	z-index : 205;
	width : 24px;
	height : 24px;
	margin-top : 20px;
	margin-left : 20px;
	background-repeat : no-repeat;
	opacity : 0.6;
}

.attachments li.mediaplayer-overlay a:hover {
	opacity : 0.8;
	background-color : transparent;
}

.attachments li.mediaplayer-overlay:hover {
	background-color : none;
}

.attachments li.mediaplayer-overlay a.image {
	margin-top : 48px;
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/mediaplayer-overlay.png);
	background-position : 0px -28px;
	background-repeat : no-repeat;
	display : none;
}

.attachments li.mediaplayer-overlay a.video {
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/mediaplayer-overlay.png);
	background-repeat : no-repeat;
	display : none;
}

.attachments li.mediaplayer-overlay a.play {
	height : 72px;
	width : 72px;
	background-position : center center;
	margin-top : 126px;
	margin-left : 252px;
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/play-large.png);
	display : none;
}

.attachments li.mediaplayer-overlay div.thumbs {
	position : absolute;
	z-index : 205;
	width : 569px;
	height : 58px;
	padding : 0;
	margin-top : 259px;
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/mediaplayer-thumbs-back.png);
	display : none;
	overflow : hidden;
}

.attachments li.mediaplayer-overlay div.thumbs div.previous, .attachments li.mediaplayer-overlay div.thumbs div.next {
	display : block;
	width : 41px;
	height : 58px;
	float : left;
	margin : 0;
	padding : 0;
	
	position : relative;
}

.attachments li.mediaplayer-overlay div.thumbs div.next {
	float : right;
}

.attachments li.mediaplayer-overlay div.thumbs div.thumbs_container {
	width : 482px;
	margin-left : 5px;
	float : left;
	overflow : hidden;
}

.attachments li.mediaplayer-overlay div.thumbs div a {
	margin-top : 16px;
	margin-left : 8px;
	padding : 0;
	
	background-image : url(/cms/wp-content/themes/white-rock/libs/images/icons/mediaplayer-overlay.png);
	background-position : 0px -78px;
	background-repeat : no-repeat;
	width : 24px;
	height : 24px;
}

.attachments li.mediaplayer-overlay div.thumbs div.next a {
	background-position : 0px -53px;
}

.attachments li.mediaplayer-overlay div.thumbs ul {
/*
	width : 2000px;
	left : 266px;
*/
	margin-top : 7px;
	position : relative;
	float : left;
	height : 45px;
}

.attachments li.mediaplayer-overlay div.thumbs li {
	width : 43px;
	height : 43px;
	position : relative;
	display : inline-block;
	margin : 0;
	margin-left : 5px;
	margin-right : 5px;
	padding : 0;
}

.attachments li.mediaplayer-overlay div.thumbs li a {
	width : 41px;
	height : 41px;
	overflow : hidden;
	border : 1px solid #202020;
	margin : 0;
	padding : 0;
	opacity : 0.7;
}

.attachments li.mediaplayer-overlay div.thumbs li a.active-item {
	opacity : 1;
	border-color : #ffffff;
}

.attachments li.mediaplayer-overlay div.thumbs a img {
	position : relative;
	border : none ! important;
	height : 43px;
}

.attachments li.mediaplayer-overlay div.thumbs a:hover {
	opacity : 1;
}

.attachments .play-container {
	position : relative;
/*
	z-index : 210;
*/
	background-color : #000000;
	text-align : center;
	width : 569px;
	height : 317px;
	margin : 0;
}
