@charset "utf-8";
/* CSS Document */

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/
#gallerypaginate {
	display: block;
	float: right;
	text-align: right;
}
.paginationstyle{ /*Style for demo pagination divs*/
	width: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #000;
	font-size: 10px;
}
.paginationstyle select{ /*Style for demo pagination divs' select menu*/
	margin: 0 15px;
	color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: black;
	border-bottom-color: black;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: white;
	border-bottom-color: white;
	background-color: transparent;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: transparent;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
	border: 0;
	padding: 0;
	color: #FFF;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
	background: none;
	color: #000;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #000;
	background-color: transparent;
	text-decoration: none;
}


.space{
	background-color: transparent;
	margin-left: 20px;
}
.space p{
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}
.space p a{
	color: #FFF;
}
.space p a:hover{
	color: #000;
}
.space hr{
	width:50%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.initial{
	width: 110px;
	background-color: transparent;
	color: #000;

}

#sidneybc h1{
	text-decoration: none;
	color: #4a5e16;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

#sidneybc h1 a{
	text-decoration: underline;
	color: #4a5e16;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#sidneybc a:hover{
	text-decoration: underline;
	color: #4a5e16;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.poster{
	background-color: transparent;
	margin-left: 28px;
}
