
/* Single Large mode CSS */

/* container for the slideshow controls (play/pause etc) */
.vpgallery_slideshow_controls
{
}


/* The play button for slideshow mode*/
.vpgallery_play
{
	cursor: pointer;
	color:red;
	text-decoration :none;
}

/* The pause button for slideshow mode*/
.vpgallery_pause
{
	cursor: pointer;
	color:green;
	text-decoration :none;
}

/* The style for the container that holds the play/pause controls */
.vpgallery_playpause
{

}

.vp_single_large_fadeable_container
{
	/*position:relative;*/
}

.vp_single_large
{

}

.vp_single_large_title
{
	color: #CC3333;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
}

.vp_single_large_content {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.vp_single_large_image
{

}

.vpgallery_pagination
{
	/*float:right;*/
}

/* CSS for a number in the pagination list */
.vpgallery_pagination_number:visited
{
	text-decoration:none;
	cursor:pointer;
}

/* CSS for the pagination list numbers (Excluding the currently selected one) */
.vpgallery_pagination_number
{
	text-decoration:none;
	cursor:pointer;
}

/* The CSS for the currently viewed image in the pagination list */
.vpgallery_pagination_current_number
{
	color:red;
}



.vp_nav_button_disabled:visited
{
	color: gray; /*#880000;*/
}


.vpgallery_navigation_controls a
{
	text-decoration:none;
	color:gray;
}
/* The non disabled CSS for the prev and next buttons */
.vpgallery_prevbutton
{
	text-decoration:none;
	color: gray;
}

.vpgallery_nextbutton
{
	text-decoration:none;
	color:gray;
}

/* The look of an enabled nav button when in singlelarge mode */
.vpgallery_prevbutton .vp_nav_button_enabled
{
	/*color: inherit;*/
	text-decoration:none;
	cursor:pointer;
	color: gray;
}

/* The look of an disabled nav button when in singlelarge mode */
.vpgallery_prevbutton .vp_nav_button_disabled
{
	text-decoration:none;
	color: gray;
	cursor:pointer;
}

/* The look of an enabled nav button when in singlelarge mode */
.vpgallery_nextbutton vp_nav_button_enabled
{
	/*color: inherit;*/
	text-decoration:none;
	cursor:pointer;
	color: gray;
}

/* The look of an disabled nav button when in singlelarge mode */
.vpgallery_nextbutton vp_nav_button_disabled
{
	text-decoration:none;
	color: gray;
	cursor:pointer;
}


/* Inline Gallery mode CSS */
.inline_gallery_loader
{
	position:absolute;
	width:600px;
	height:350px;
	display:none;
	background: no-repeat center center url(http://tworooms.co.nz/wp-content/plugins/vpgallery/templates/lsoader.gif);
}
.inline_gallery_enquire_message
{
	font-size:small;
}
.inline_gallery_enquire_content
{
	position:absolute;
	width:600px;
	height:auto;
	display:none;
	border: 1px solid black;
	padding: 5px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
}

.inline_gallery_enquire_buttons
{
	font-size: small;
	margin-left: 10px;
	text-decoration:none;
	cursor: pointer;
}
	.inline_gallery_current_image {
		display:inline;
		width:auto;
		height:auto;
/*		width:600px;
		height:350px;*/
	}

	.inline_gallery_thumb_holder {
		overflow:hidden;
		position:relative;
		height:110px;
		white-space:nowrap;
		margin:0;
		padding:0;
	}

	.inline_gallery_thumb_list {
		margin:0;
		padding:0;
		white-space:nowrap;
		width:100%;
	}

		.inline_gallery_thumb_list div {
			margin:0;
			padding:0;
			text-align:center;
			display:inline;
		}

		.inline_gallery_thumb_list a {
			text-decoration:none;
		}

	.inline_gallery_grid_container .inline_gallery_thumb_holder {
		white-space:normal;
		height:auto;
		left:0;
	}
		.inline_gallery_grid_container .inline_gallery_thumb_list {
			white-space:normal;
			left:0;
		}
		.inline_gallery_grid_container .inline_gallery_thumb_list div {

		}
		.inline_gallery_grid_container .scroll_track {
			visibility:hidden;
		}

		.inline_gallery_grid_container .inline_gallery_current_image,
		.inline_gallery_grid_container .inline_gallery_enquire_message,
		.inline_gallery_grid_container .inline_gallery_current_image_title,
		.inline_gallery_grid_container .inline_gallery_current_image_content,
		.inline_gallery_grid_container .inline_gallery_enquire_content,
		.inline_gallery_grid_container .inline_gallery_link_view_grid {
			display:none;
		}



			.inline_gallery_thumb_list img {
				border:0;
				margin:3px;
			}

			.inline_gallery_thumb_list a.inline_gallery_thumbnail_current img {
				border:4px solid #CCCCCC;
				margin:0px;
			}

	* html .inline_gallery_thumb_list {
		display:inline-block;
	}


	.inline_gallery_thumb_list:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.scroll_track {
	clear: both;
	height: 15px;
	background-color:#ccc;
}

	.scroll_track .scroll_handle {
		width: 20px;
		height: 15px;
		background-color: #CC3333;
		cursor: move;
	}

.inline_gallery_current_image_title {
	color: #CC3333;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
}

.inline_gallery_current_image_content {
	font-size: 11px;
	margin: 0;
	padding: 0;
/*	height:auto;*/
/*	width:600px; */
/*	height:350px;*/
}
