/***********************************************/
/* gallery.css                            */
/* Use with template squashFanGallery.html          */
/***********************************************/

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	//float:right;
	width: 650px;
	margin: 5px;
	padding: 0 3% 0 0;
	float: left;
}

#navBar{
	margin: 0;
	padding: 1px;
//	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 225px;
//	height: 850px;
	float: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 10px 5px;
	font-size: 90%;
}



/************** #advert styles **************/

#advert{
	font-size: 60%;
	height: 220px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#advert img{
	display: inline;
}




/************** #content styles **************/




.gallerydescription {
	font-size: small;
}


#content #eventContent #eventContentPaneRight {
	float: right;
}
#content #eventContent #eventContentPaneCenter {
	float: right;
}
#content #eventContent #eventContentPaneLeft {
	float: left;
}#content .wrapper {
	padding-top: 5px;
}
#slideshowthumbnail_row {
}

#mainstuff {
	position: absolute;
	top: 90px;
}

