		/* slideshow styles */
		.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.slideShow {
			display: table;
		}
		.imageNavigation{ position:relative;}
		.slide{ float:left;}
		.slideDescription {
			position:absolute;
			top:200px;
			direction:rtl;
			background:#111111;
			opacity:0.85;
			height:80px;
			width:610px;
			padding:5px 10px;
			float:left;
			}
		.slideDescription a{ color:#FFC740;}	
		.slideDescription h1 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			margin-bottom:5px;
			color:#FFF;
			z-index:999;
			opacity:1;
			}
		.slideDescription h2 {
			color:#fff;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			z-index:999;
			opacity:1;
			}
		.slideShow .navigation {
			position:absolute;
			clear:left;
			display:block;
			top:300px;
			left:10px;
			direction:ltr;
		}
		.slideShow .navigation li {
			display: inline;
		}
		.slideShow .navigation a {
			background:url(../images/slideShowAll.png) no-repeat center center;
			margin:0px;
			display: inline-block;
			width:18px;
			height:18px;
			line-height:100px;
			overflow:hidden;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background:url(../images/slideShowCurrent.png)  no-repeat center center;
			width:18px;
			height:18px;
			line-height:100px;
			overflow:hidden;

		}
		.slideShow .navigation li a.next{ background:url(../images/slideShowAll_next.png) no-repeat center center;width:27px;height:27px;}
		.slideShow .navigation li a.prev{ background:url(../images/slideShowAll_prev.png) no-repeat center center;width:27px;height:27px;}

