/************************SLIDESHOW********************************/
	#slideshow_container div
		{float: left;
		 border-width:0px;
		 position:relative;
		 }

	#slideshow
		{position: relative;
		 top: 9px;}
	
	#galleryContainer
		{width: 493px;
		 height: 220px;
		 position:relative;
		 top: 0px;
		 left: 7px;
		 overflow: hidden;
		 padding: 0;
		 margin: 0;
		 background:url(/static/sw/g/slideshow_bg.gif) repeat-x;}   /*itt megadható bármilyen háttérkép*/

	#arrow_left
		{position:relative;
		 top: 10px;
		 left: 16px;
		 z-index:50;
		 height: 40px;
		 padding-top: 32px;}   /*bal naivigációs gomb tulajdonságai pozícionáláshoz*/

	#arrow_right
		{position:relative;
		 top: 10px;
		 left: 426px;
		 z-index:10;
		 height: 40px;
		 padding-top: 32px;}   /*jobb naivigációs gomb tulajdonságai pozícionáláshoz*/

	#theImagesContainer
		{position: relative;
		 top: 5px;
		 left: 2px;
		 _left: -4px;
		 width: 390px;
		 _width: 401px;
		 overflow: hidden;}

	#theImages
		{position:relative;
		 top: 0;
		 left: 3px;
		 height: 350px;
		 width:100000px;}   /*kötelező tulajdonság, hogy ne egymás alá dobja ki a képeket*/

	#theImages #slideEnd
		{float:left;}   /*kötelező tulajdonság, kell a lezáráshoz*/

	#theImages .img_cont {
		height: 120px;
		width: 120px;
		padding: 0 10px 0 0;
	}

	#theImages .img_cont .goods{
		clear: both;
		width: 120px;
		height: 50px;
		margin: 12px 0 0 8px;
		_margin: 12px 0 0 3px;
		padding-left: 10px;
	}

	#theImages .img_cont .goods .title{
		font: normal 15px Arial;
		font-weight: bold;
		color: #e20074;
	}

	#theImages .img_cont .goods .old_price{
		float: left;
		clear: both;
		font: normal 12px Arial;
		font-weight: bold;
		color: #000;
		width: 120px;
	}

	#theImages .img_cont .goods .new_price{
		clear: both;
		float: left;
		font: normal 12px Arial;
		font-weight: bold;
		color: #e20074;
		width: 120px;
	}
	
	#theImages .img_cont .goods  a,
	#theImages .img_cont .goods  a:hover{
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#theImages .goods a {
		color: #e20074;
		text-decoration: none;
	}
	
	#theImages .goods a:hover {
		color: #e20074;
		text-decoration: underline;
	}
	
	#theImages a {
		cursor:pointer;
		margin: 3px;
		padding: 0;
		float: left;
		overflow: hidden;
	}

	#theImages a:hover {
		margin: 0;
		padding: -2px;
		border: 3px solid #e20074;
		float: left;
	}

	#theImages img
		{position: relative;
		 top: 0;
		 left: 0;
		 float: left;
		 padding: 0;
		 margin: 0;
		 width: 120px;
		 height: 120px;}

	div.slideshow_footer {
		margin: 20px 0 0 0;
		width: 100%;
		height: 35px;
	}

	div.slideshow_footer .link a{
		color: #e20074;
		font: normal 12px Arial;
		font-weight: bold;
		text-decoration: none;
		display: block;
		width: 495px;
		_width: 497px;
		height: 25px;
		padding: 10px 0 0 13px;
		border-top: 1px solid #E9E9E9;
	}

	div.slideshow_footer .link a:hover{
		color: #e20074;
		font: normal 12px Arial;
		font-weight: bold;
		text-decoration: underline;
		display: block;
		width: 495px;
		_width: 497px;
		height: 25px;
		padding: 10px 0 0 13px;
		border-top: 1px solid #E9E9E9;
	}
/************************SLIDESHOW********************************/
