	#slideshow
	{
		display:block;
		width:690px;
	}

	#slideNavigation
	{
		margin: 5px;
		width:100%;
		display: none;
	}
	#slideNavigation li
	{
		list-style-type: none;
	}
	#slideNavigation a
	{
		padding-left: 15px;
		text-decoration: none;
		cursor: default;
	}
	#slideNavigation a:hover
	{
		color:none;
		text-decoration:underline;
	}

	.slide
	{
		margin-top: 20px;
		text-align: center;
		height: auto;
	}

	.slide h4
	{
		text-align: left;
	}

	.slide img
	{
		margin: 10px;
	}

	.slide p
	{
		text-align: center;
	}
	.slide a
	{
		text-decoration: none;
	}




	.enabled
	{
		color: white;
	}


	.disabled
	{
		color: grey;
	}


	.navActive
	{
		background:#DADFE4 url('./../images/tri_left.gif') no-repeat 0px ;
	}
	.horizontal ul
	{
		margin: auto;
	}
	.horizontal li
	{
		float: left;
	}
	.horizontal a
	{
		margin: 2px;
	}



	.vertical
	{
		float: right;
		width: 170px !important;
		height: 100%;
	}

	.clear
	{
		clear: both;
	}

	.widthNoNav
	{
		width:500px !important;
	}

	.marginNoNav
	{
		margin-left:12px;
		margin-right:12px !important;
	}
	#bar_box
	{
        position:relative;
        height:3px;
        border:2px solid #E8EDF2;
        padding: 1px;
	}

	#bar
	{
        position: absolute;
        left:50%;
        right:50%;
        background:#336699;
        overflow:hidden;
        width:0px;
        height:100%;
	}


#slideMenu
{
	position: relative;
	left: 22%;
	height: 30px;
}

#slideMenu a
{
	float: left
}

a.buttonPic {
	background: transparent url('./../images/button_right_blue.gif') no-repeat scroll top right;
	color: white;
	display: block;
	width:75px;
	text-align:center;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}

a.buttonPic span {
	 background: transparent url('./../images/button_left_blue.gif') no-repeat;
	 display: block;
	 line-height: 14px;
	 padding: 5px 0 5px 18px;
}

a.buttonPic:hover {
	 background-position: center right;
	 color: #000;
	 outline: none;
}

a.buttonPic:hover span {
	 background-position: center left;
	 padding: 6px 0px 4px 18px;
}

a.buttonPic:active {
	 background-position: bottom right;
	 color: #000;
	 outline: none;
}

a.buttonPic:active span {
	 background-position: bottom left;
	 padding: 6px 0 4px 18px;
}

a.disabled{
	 background-position: bottom right;
	 color: #000;
	 outline: none;
}

a.disabled span {
	 background-position: bottom left;
	 padding: 6px 0 4px 18px;
}

a.buttonPicNoActive {
	 background: transparent url('./../images/button_right_blue.gif') no-repeat scroll top right;
	 color: white;
	 display: block;
	 width:75px;
	 text-align:center;
	 height: 24px;
	 margin-right: 6px;
	 padding-right: 18px;
	 text-decoration: none;
}

a.buttonPicNoActive span {
	 background: transparent url('./../images/button_left_blue.gif') no-repeat;
	 display: block;
	 line-height: 14px;
	 padding: 5px 0 5px 18px;
}

a.buttonPicNoActive:hover {
	 background-position: center right;
	 color: #000;
	 outline: none;
}

a.buttonPicNoActive:hover span {
	 background-position: center left;
	 padding: 6px 0px 4px 18px;
}


	/*
	#slidemenu
	{
		display:none;
		width:100%;
		text-align:center;

	}
	#slidemenu button
	{
		margin: 2px;
		width: 60px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 10px;
		border-style: none;
	}
*/

#buttonWrapper
{
	float:left;
	height:16px;
}
.slideButton{
	display: block;
	width:35px;
	text-align:center;
	height: 16px;
	margin-right: 1px;
}
a.buttonstart {
	background: transparent url('./../images/slide_play.gif') no-repeat scroll top right;
}
a.buttonstop {
	background: transparent url('./../images/slide_stop.gif') no-repeat scroll top right;
}
a.buttonback {
	background: transparent url('./../images/slide_back.gif') no-repeat scroll top right;
}
a.buttonforw {
	background: transparent url('./../images/slide_forward.gif') no-repeat scroll top right;
}
a.slideButton:hover {
	background-position: center right;
	color: #000;
	outline: none;
}
 
a.slideButton:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}


