/********************************************************************
 *
 *	NASTAVENIE VZHLADU PRE JQUERY THUMBNAIL
 *
 ********************************************************************/

#box_images .img 
{
	/*position: fixed;*/
	z-index: 0;
}

#box_images .img a img 
{
	position: relative;
	border: 3px solid #808080;
}
#box_images .img a img:hover
{
	border: 3px solid #A1D415;
}