/*body {
	background-color:#fff;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}*/

/*#page {
	background-color:#000000;
	width:300px;
	padding:20px 150px 20px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}*/

/*
h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}
*/
.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}

.marcoPlayer{
	height: 292px;
	width: 525px;
	border: 3px solid #999999;
	background-image: url(images/fondoo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	display: block;
	visibility: visible;
	overflow: visible;
}

/* ------------------------------------ */

.carousel-component { 
    padding:8px 16px 4px 16px;
    margin:0px;
}

.carousel-component .carousel-list li { 
    margin:4px;
    width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:80px; /* 93 image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:1px solid #000000; /* COLOR */
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:30px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:30px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
}
