/**
 * Front Row Web esta diseņado en base a jQuery e Interface Elements
 * Puedes usar este codigo como quieras
  *Para mayor informacion puedes visitarnos en:
  * http://fabbianz.cl.tc 
 */
*{		
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	background:url(../img/frontrow/fondo.jpg) repeat-x 0% 0%;
	background-color:#4D4D4D;
	font-family:arial,sans-serif;
	height:100%;
	overflow-y:auto;
	font-size: 62.5%;
	}
#frontrow{
	height:403px;
	margin:0 auto;
	position:relative;
	top:101px;
	width:521px;
}

#frontrow a{
	position: absolute;
	width: 110px;
}

#ImageBoxOverlay{
	background-color: #000;
	z-index: 1000;
}

#ImageBoxOuterContainer{
	z-index: 1000;
}

#ImageBoxCaption{
	background-color: #F4F4EC;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	padding-bottom: 5px
}

#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}

#ImageBoxCaptionText{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages{
	margin: 0;
	display: none
}
