body
{
	background-color:#F1F1F1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	margin: 0px;
}


h2
{
	font-size:16px;
	color:#666;
	text-shadow:1px 1px 1px #fff;
}


#wide-wrapper
{
	
	height:100%;
}


#header
{
	width:280px;
	margin:0px auto;
	padding-top:75px;
}


#carousel
{
	width:871px;
	height:462px;
	margin:0px auto;
	padding:0px;
}

/*
arranges the images in a grid

this style will be applied only before the 
carousel is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your preferred one
*/
#carousel
{
	list-style:none;
	padding:0px;
}

#carousel li
{
	float:left;
}

#carousel .tooltip, #carousel .bigImage, #carousel .title, #carousel .description
{
	position:absolute;
	left:-9999px;
}


#text
{
	width:628px;
	margin:0px auto;
	margin-top:0px;
}


#text p
{	
	padding: 0px 0px;
}


#text #selected-title
{
	width:628px;
	background-color:transparent;
	font-style:normal;
}


#text #selected-description
{
	background-color:transparent;
}


#controls
{
	width:234px;
	margin:0px auto;
}


#controls a
{
	margin:0px 20px;
	cursor:pointer;
}


#controls #left
{
	background:url(example_assets/arrows.png);
	width:38px;
	height:38px;
	float:left;
}


#controls #right
{
	background:url(example_assets/arrows.png) -38px 0px;
	width:38px;
	height:38px;
	float:left;
}


#controls #auto-scroll
{
	background:url(example_assets/playpause.png);
	width:38px;
	height:38px;
	float:left;
}


#example-description
{
	margin:0px;
	padding:0px;
	background-color:#DDD;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}


#example-description p
{
	color:#666;
	font-style:italic;
	width:750px;
	margin:0px auto;
	padding:10px 0px;
}


#example-description #navigation
{
	width:300px;
	height:25px;
	margin:10px auto 0px;
}


#example-description #navigation a
{
	background-color:#F1F1F1;
	text-decoration:none;
	color:#666;
	padding:5px 10px;
	margin:0px 5px;
	border:#CCC solid 1px;
}

#slider-wrapper
{
	height: 360px;
}
#slider1
{
	position: relative;
	width: 100%;
	background: url(images/loading.gif) no-repeat 50% 50%;
	left: 1px;
	top: 0px;
}

#slider1 img
{
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	
	
}

#slider1 a
{
	border: 0;
	display: block;
}

#slider
{
	position: relative;
	width: 100%;
	background: url(images/loading.gif) no-repeat 50% 50%;
	left: 1px;
	top: 0px;
}

#slider img
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a
{
	border: 0;
	display: block;
}
/* The Nivo Slider styles */
.nivoSlider
{
	position: relative;
}
.nivoSlider img
{
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box
{
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: White;
	color: Black;
	opacity: 0.9; /*opacity:0.8;  Overridden by captionOpacity setting */
	width: 100%;
	z-index: 8;
	
	font-family: Verdana;
	text-align: left;
}
.nivo-caption p
{
	padding: 5px;
	margin: 0;
}
.nivo-caption a
{
	display: inline !important;
	color: #ff0000;
	text-decoration: none;
}
.nivo-caption a:hover
{
	color: Blue;
	text-decoration: underline;
}

.nivo-html-caption
{
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	width: 45px;
	height: 60px;
	display: block;
}
a.nivo-prevNav
{
	left: 0px;
}
a.nivo-nextNav
{
	right: 0px;
	background-position: -45px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav
{
	margin-left: 246px;
}
.nivo-controlNav a
{
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;
	background: url(images/bullets.png) no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	margin-top: 346px;
}
.nivo-controlNav a.active
{
	background-position: 0 -22px;
}






