/* CSS Document */
/*------------------------------------------------ Slideshow of hot project -----------------------------------*/
div#slides {
	width: 185px;
	height: 105px;
	position: inherit;
	padding:0px;
	margin-top:5px;
	margin-left:30px;
}


div#slideshow-commands {
	width:167px;
	height:20px;
	position: inherit;
	padding:0px;
	margin-left:43px;
	background:url('../images/slideshow-background.png') no-repeat;
}
a#previous-slide {
	background: url('../images/commands-previous-slide.png') no-repeat;
	float: left;
	height: 16px;
	margin-top: 3px;
	margin-left:3px;
	text-indent: -9000px;
	width: 14px;
}
a#slideshowtext{
	height:auto;
	width:auto;
	text-indent:-9000px;
	text-align:center;
}
a#next-slide {
	background: url('../images/commands-next-slide.png') no-repeat;
	float: right;
	height: 16px;
	margin-top: 3px;
	padding-right:3px;
	text-indent: -9000px;
	width: 14px;
}

div#slides a.thumb {
	display:none;
}
div#slides a.default-slide {
	display:block;
}
/*----------------------------------------------- Slideshow of hot properties-----------------------------------------------*/


