#galleryContainer {
	position: absolute;
	left: 210px;
	top: 156px;
	background-color: #ebebeb;
	width: 717px;
	padding: 8px;
}

#galleryContainer h4{
	margin: 14px 0px 0px 18px;
	font-size: 9px;
	color: #585858;
}

#galleryContainer h3{
	margin: 0px 0px 3px 18px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#galleryContainer h3 a{
	color: #000;
	text-decoration: none;
}

#dropdown {
	float: right;
	margin-top: 12px;
	margin-right: 18px;
	margin-bottom: 3px;
}
#videoHolder {
	background-color: #FFFFFF;
	margin-right: 19px;
	margin-left: 18px;
	padding: 12px;
	border: 1px solid #e3e3e3;
}
#tubeHolder {

}

#next{
	float: right;
	height: 200px;
	width: 90px;
	padding-top: 150px;
}

#tubeLeft {
}

#prev {
	float: left;
	height: 200px;
	width: 98px;
	padding-top: 150px;
}

#youTube {
	margin-left: 112px;
}

h4#youTubeEvent, h3#youTubeTitle{
	text-align: center;
	width: 425px;
	margin: 0;
	padding: 0;
	left: -10px;
}


/* Next / Prev Styles */

#next a, #prev a {
	display: block;
	width: 88px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #fc1050;
	color: #fc1050;
	text-decoration: none;
	background-image: url(../_img/prev_next_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	font-size: 12px;
	font-weight: bold;
}

#next a {
	background-position: 0px 0px;
}

#prev a {
	width: 82px;
	padding-left: 8px;
}

#next a:hover {
	color: #fff;
	background-position: 0px -25px;
}

#prev a:hover {
	color: #fff;
	background-position: 0px -75px;
}

#next a#selected, #next a:hover#selected, #prev a#selected, #prev a:hover#selected {
	background-position: 0px -100px;
	border-color: #ccc;
	color: #ccc;
	cursor: default;
}

#prev a#selected, #prev a:hover#selected {
	background-position: 0px -125px;
	cursor: default;
}


.divider {
	background-image: url(../_img/2dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.monthsContainer {
	padding: 0;
	margin: 0;
}

.month {
	width: 204px;
	float: left;
	margin: 0px 4px 18px 4px;
}

.month h2 {
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 14px;
	color: #333;
}

.month ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.month li{
	margin: 0px;
	padding: 0px;
}

.month li a{
	color: #dd4c7b;
	text-decoration: none;
	background-image: url(../_img/vid_icon_bg.gif);
	background-position: 0px 0px;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	display: block;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.month li a:hover{
	color: #fc1050;
	text-decoration: underline;
	background-position: 0px -100px;
}

.month li a#selected, #month li a:hover#selected  {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-position: 0px 0px;
	cursor: default;
}
.month li a.dim, #month li a:hover.dim  {
	cursor: default;
	text-decoration: none;
	color: #999;
	background-position: 0px 0px;
}
