
/*Common*/
body 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
}
a:link {
	color: #646CBF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #646CBF;
}
a:hover {
	text-decoration: none;
	color: #CCCC99;
}
a:active {
	text-decoration: none;
}

h1
{
font-size: 14px
color: #cccc99;
}

h2
{
font-size: 18px
color: #FFFFFF;
}

/*home page*/

.contentBox
{
	width:275px;
	float:left;   
}

.imageBox
{
	width:290px;
    
}

/*gallery*/

.breadCrumbs
{
	width:600px;
	float:left;
	font-size:11px;   
}

.galleryBoxleft
{
	width:270px;
	float:left;   
}

.galleryBoxright
{
	width:270px;
	float:right;   
}

.backForward
{
	width:600px;
	float:left;
	
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
}

.lbLoading {
	background: #000000 url(http://www.flomedia.com/portfolio/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://www.flomedia.com/portfolio/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(www.flomedia.com/portfolio/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000000;
	padding: 5px
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.flomedia.com/portfolio/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: regular;
}
