﻿#navigation ul.epicMenu li {
	white-space:nowrap;
}
#navigation ul.epicMenu li a,
#navigation-wide ul.epicMenu li a  {
	text-indent:0px;
	color:#959595;
	padding:0 15px 10px 15px;
	background:none;
	text-decoration:none;
}
#navigation ul.epicMenu li a:hover,
#navigation-wide ul.epicMenu li a:hover  {
	color:#666666;
}
#navigation ul.epicMenu li.selected a,
#navigation-wide ul.epicMenu li.selected a {
	color:#666666;
	background:url(http://epicprivate.com/media/image/epic_menu_bg.png) no-repeat bottom center;
}

/* SLIMBOX */

/*#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background:url(/Media/Image/framework/bodytile.jpg) top left repeat-x #FFF;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
	z-index: 1001;
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
	z-index: 1001;
}

.lbLoading {
	background: url(/Media/Image/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background-repeat: no-repeat;
}

#buttonDiv
{
    width: 60px;
    height: 20px;
    /*text-align: center;*/
    margin: 0 auto;
}

#lbPrevLink, #lbNextLink {
	/*display: inline-block;*/
	/*position: absolute;*/
	float: left;	
	top: 0;
	/*width: 50%;*/
	width: 30px;
	height: 20px;
	outline: none;	
}

#lbPrevLink {
	left: 0;
	float: left;
	background: transparent url(/Media/Image/lightbox/prevlabel.gif) no-repeat bottom right;
}

#lbPrevLink:hover {
	background: transparent url(/Media/Image/lightbox/prevlabel.gif) no-repeat bottom right;
}

#lbNextLink {
	right: 0;
	float: right;
	background: transparent url(/Media/Image/lightbox/nextlabel.gif) no-repeat bottom left;
}

#lbNextLink:hover {
	background: transparent url(/Media/Image/lightbox/nextlabel.gif) no-repeat bottom left;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	border: none;
	border-top-style: none;
	height: 30px;
	/*background-color: Blue;*/
}

#lbIndex
{
    display: block;
    background: transparent url(/Media/Image/lightbox/indexlabel.gif) no-repeat center;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 2px;
}

#lbCloseLink {
	display: block;
	/*float:right;*/
	width: 15px;
	/*height: 15px;*/
	height: 20px;
	background: transparent url(/Media/Image/lightbox/closelabel.gif) no-repeat center;
	margin: 0px 10px 10px 0px;
	position: absolute;
	top: 2px;
	right: 0px;
}

#lbCaption {
	margin:10px;
	width:70%;
	font-weight: bold;
}

#lbNumber {
	margin:10px;
	width:70%;
	display:none;
}

