@import "reset.css";

body {
	background-color: #000;
}

html,body,#bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden}

#bg {
height:100%;
overflow:hidden;
width:100%;
	z-index: 0;
	position: relative;
}

#bg div {
height:200%;
left:-50%;
position:absolute;
top:-50%;
width:200%;
}

#bg td{vertical-align:middle;text-align:center}

#bg img {
margin:0 auto;
min-height:50%;
min-width:50%;
	display: block;
	z-index: 1;
}

/* ------ */

#container {
	width: 100%;
	z-index: 100;
	position: absolute;
}

#container #main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#container #main h1 {
	background-image: url(../img/ballo_doge.png);
	/* 'per explorer 6, 5.5 e 5'   */
	_background-image: url(../common/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/ballo_doge.png", sizingMethod="crop");
	/* 'per explorer 6, 5.5 e 5'   */
	background-repeat: no-repeat;
	
	width: 550px;
	height: 80px;
	text-indent: -900em;
	display: block;
	margin-left: 100px;
	margin-bottom: 10px;
	margin-top: 80px;
}

#container #main .box {
	background-color: #000;
	width: 200px;
	height: 240px;
	position: relative;
}

#container #main .box .gallery_img {
	width: 198px;
	height: 200px;
	display: block;
}

#container #main .box h4 {
	margin: 10px 0 0 10px;
	padding: 0;
}

#container #main .box h4 a {
	color: #fff;
	text-decoration: none;
	font: bold 15px "Times New Roman", Times, Serif;
}

#container #main .box h4 a:hover {
	text-decoration: underline;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 0 0 10px;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 200px;
    height: 250px;
	display: inline;
	margin-right: 20px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* --------- */

.jcarousel-container-horizontal {
    width: 660px;
	padding: 5px 30px;
}

.jcarousel-clip-horizontal {
    width: 640px;
    height: 250px;
}

.jcarousel-item {
    width: 200px;
	height: 250px;
}

.jcarousel-item-horizontal {
	margin-right: 5px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    right: 5px;
    width: 15px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/next_arrow.gif) no-repeat -15px 0;
	top: 115px;
}

.jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 115px;
    left: 5px;
    width: 15px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev_arrow.gif) no-repeat -15px 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -30px 0;
}

/* ------ */

.img_link {
	width: 198px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	top: -500px;
}
