.titles {
	font-size: 14px;
	font-weight: bolder;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

.linksoff {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

.linksoff:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

.a {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

.a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

.paraphoff {
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

.paraphoff:hover {
	font-size: 12px;
	font-weight: normal;
	color:#0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
	}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9C908E;
	text-decoration: none;
	line-height: normal;
}
.h2 {
	color: #D6D6D6;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.h2:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.h4 {
	color: #0099FF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	background-image: url(images/dark_background.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}


#slideshow {
	height: 400px;
	width: 600px;
	position: relative;
	left: 47px;
}
#slideshow .bg {
	height: 400px;
	width: 600px;
	background: url(images/slider.png) no-repeat 0 0;
}
#slideshow .cnt { padding: 0px 0px 0px 0px; }
#slideshow .big-image {
	margin-bottom: 0px;
	padding: 20px;
	border: solid 0px #d5d5d5;
	width:600px;
	margin:20px 20px 20px 32px;
}
#slideshow .big-image-holder,
#slideshow .big-image-holder .jcarousel-clip{
	position:relative;
	width:600px;
	height:400px;
	overflow:hidden;
}
#slideshow .big-image-holder ul{
	position:relative;
	width:600px;
	height:400px;
	overflow:hidden;
	list-style-type: none;
	padding:0;
}
#slideshow .big-image-holder ul li{
	position:relative;
	width:600px;
	height:400px;
	overflow:hidden;
	float:left;
}

#slider {
	width: 700px;
	position: relative;
}
#slider .buttons span {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	text-indent: 400px;
	cursor: pointer;
}
#slider .buttons span { position: absolute; top: 25px; }
#slider .buttons .prev { left: 0; background: url(images/button-prev.gif) no-repeat 0 0; }
#slider .buttons .next { right: 0; background: url(images/button-next.gif) no-repeat 0 0; }

#slider .holder {
	width: 600px;
	height: 100px;
	position: relative;
	overflow: hidden;
	left:44px;
}
#slider .content { height:auto; overflow:hidden; width:750px;}
#slider .content .jcarousel-clip{ height:auto; overflow:hidden; width:750px;}
#slider .content ul {
	position:relative;
	list-style-type: none;
	height:auto;
	overflow:hidden;
	padding: 0px;
}
#slider .content ul li{ float: left; display: inline; list-style-type: none; margin-left: 10px; height:auto; overflow:hidden; width:auto;}
#slider .content ul li a {
	display:block;
	border: solid 0px #d5d5d5;
	width: auto;
	height: auto;
	padding: 0px;
}
