@charset "utf-8";
/* CSS Document */

.sigal #container { 
	width: 954px;  
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.sigal #sidebar1 {
	float: left;
	width: 182px;
	margin: 0px;
}

.sigal #sidebar1 h3{
	text-align: right;
	color: #300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	width: 168px;
	background-color: #FFF;
}

.sigal #media {
	width: 96px;
	height: 96px;
	background-image: url(images/bgmedia.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.sigal #media a {
	text-align: right;
	color: #909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.sigal #media a:hover{
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909;
	text-decoration: none;
}

.sigal #pase {
	float: right;
	width: 760px;
}

.sigal #video {
	width: 566px;
	height: 376px;
	margin-top: 0px;
	margin-right: 96px;
	margin-bottom: 10px;
	margin-left: 96px;
}

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 576px;	 
	height:182px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:0px;	
}



/* single item */
#thumbs div {
	float:left;
	width:182px;
	height:182px;
	color:#300;
	cursor:pointer;
	background-color: #FFF;
	background-image: url(images/bgtampscroolho.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-color: #FFF;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-image: url(images/bgtampscrool.gif);
	background-repeat: no-repeat;
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-image: url(images/bgtampscrool.gif);
	background-repeat: no-repeat;
}

#thumbs p, #thumbs span {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#300;
	text-align: right;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
}

#thumbs a {
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#909;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#thumbs h3 {
	margin:6px;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#300;
	text-align: right;
	font-weight: normal;
}
