body {margin: 0; padding: 0; background-color: #000; font: 13px/130% Helvetica, Arial, sans-serif;}
a {color: #fff; text-decoration: underline;}
a img {border: none; text-decoration: none;}

#gallery img {display: none;}
ul#categories {display: none;}

#logo, #link, #powered {display: none;}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */


 .jScrollPaneContainer {
 	position: relative;
 	overflow: hidden;
 	z-index: 1;
 }

 .jScrollPaneTrack {
 	position: absolute;
 	cursor: pointer;
 	right: 5px;
 	top: 0;
 	height: 100%;
 	background: #333;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 }
 .jScrollPaneDrag {
 	position: absolute;
 	background: #666;
 	cursor: pointer;
 	overflow: hidden;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 }
 .jScrollPaneDragTop {
 	position: absolute;
 	top: 0;
 	left: 0;
 	overflow: hidden;
 }
 .jScrollPaneDragBottom {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	overflow: hidden;
 }
 a.jScrollArrowUp {
 	display: block;
 	position: absolute;
 	z-index: 1;
 	top: 0;
 	right: 0;
 	text-indent: -2000px;
 	overflow: hidden;
 	/*background-color: #666;*/
 	height: 9px;
 }
 a.jScrollArrowUp:hover {
 	/*background-color: #f60;*/
 }

 a.jScrollArrowDown {
 	display: block;
 	position: absolute;
 	z-index: 1;
 	bottom: 0;
 	right: 0;
 	text-indent: -2000px;
 	overflow: hidden;
 	/*background-color: #666;*/
 	height: 9px;
 }
 a.jScrollArrowDown:hover {
 	/*background-color: #f60;*/
 }
 a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
 	/*background-color: #f00;*/
 }

.galleria-image{
-webkit-perspective: 1000;
-webkit-transform-style: preserve-3d;
}
 

