/* 
	Resets defualt browser settings
	reset.css
*/
html,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


#products_example {
	width:540px;
	height:300px;
	/*position:static;*/
}

/*
	Slideshow
*/

#products {
	margin-left:15px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:540px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:500px;
	height:600px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:350px;
	left:355px;
	width:20px;
	height:0px;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../galeria/arrow-prev.png);
}

#products .next {
	left:800px;
	background:url(../galeria/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {
	width:749px;
	padding:5px;
	float:none;
	margin-left:26px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:none;
	margin:6px 12px;
	list-style:none;
}

#products .pagination li a {
	display:block;
	width:70px;
	height:80px;
	margin:0px;
	float:left;
	background:#f9f9f9;
	border:1px solid #fff;
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}

/*
	Footer
*/

#footer {
	clear:both;
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px ;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	text-decoration:none;
}

a:hover,a:active {
	text-decoration:none;
}