/*------------------------------------------------------------------------
# kh SlideShow
# ------------------------------------------------------------------------
# Copyright (C) 2007-2009 khalilan.com
# @license - Copyrighted Commercial Software
# Author: khalilan.com, Ltd
# Websites:  http://www.khalilan.com

-------------------------------------------------------------------------*/
#kh-slideshowwrap {
	position: relative;
}

#kh-slideshow {
	margin-right: 10px;
}

#kh-slideshow div.moduletable {
	margin: 0;
	padding: 0;
}

#kh-slideshow-case {
	position: absolute;
	top: 0;
	right: 0;
}

#kh-slidebar {
	margin-right: 4px;
	position: absolute;
	bottom: 2px;
	right: 5px;
	display: block;
	z-index: 100;
}

#kh-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#kh-slidebar ul li {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 74px;
	height: 49px;
}

#kh-slidebar ul li.pause {
	background: none;
	display: none;
}

#kh-slidebar ul li a {
	border: 2px solid #000000;
	color: #4F4F4F;
	cursor: pointer;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	width: 70px;
	height: 15px;
	display: block;
	float: right;
	background: url(img/circle.png) no-repeat;
	font-weight: bold;
}

#kh-slidebar ul li a:hover {
	border: 2px solid #FFFFFF;
	text-decoration: none;
	color: #333333;
}

#kh-slidebar a.next,
#kh-slidebar a.prev {
	display: none;
}

#kh-slidebar a.active {
	background: url(img/circle-active.png) no-repeat;
}

