	div#container_timeline
	{	
		margin:0 auto;
		width:690px;
		position:relative;
		padding: 0px;
	}
	
	ul#items{		
		margin:1em 0;
		width:auto;
		height:180px;
		overflow:hidden;
		}
	ul#items li{
		list-style:none;
		float:left;
		height:175px;
		overflow:hidden;
		margin:0 4px;
		background:#f8f8f9;
		border: 1px solid #dbdae0;
		color:#fff;
		text-align:center;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		-moz-box-shadow:0 1px 1px #777;
		-webkit-box-shadow:0 1px 1px #777;
		box-shadow:0 1px 1px #777;
		color:#555;
		position:relative;
		}
	ul#items li:hover{color:#333;}
	ul#items li .image{
		margin:5px 5px 5px 5px;
		width:180px;
		height:120px;
		overflow:hidden;
		border:2px solid #fff;
		-moz-box-shadow:0 1px 1px #bbb;
		-webkit-box-shadow:0 1px 1px #bbb;
		box-shadow:0 1px 1px #bbb;
		}	
	ul#items h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
	ul#items .info{
				margin:0px 0px 0px 0px;
				width:180px;
				color:#000;
				text-shadow:#f1f1f1 0 1px 0;
				font-size:10px;
				text-transform: uppercase;
			}
				
	ul#items .info_min{
				margin:0px 0px 0px 0px;
				width:180px;
				color:#000;
				text-shadow:#f1f1f1 0 1px 0;
				font-size:10px;
				position:absolute;
				bottom:0;
				float:right;
				text-align:right;
			}		
				
			
	ol#pagination{position:relative;text-align:center;}
	ol#pagination li{
		display:inline-block;
		width:16px;
		height:16px;
		background:url(bg_buttons.png) no-repeat 0 0;
		text-align:left;
		text-indent:-8000px;
		list-style:none;
		cursor:pointer;
		margin:0px;
		}
	ol#pagination li:hover{background:url(bg_buttons.png) no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url(bg_buttons.png) no-repeat 0 -32px;}
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:-120px;
		}
	ol#pagination li.prev{left:-1px;background:url(bg_buttons.png) no-repeat 0 -64px;}
	ol#pagination li.next{right:-8px;background:url(bg_buttons.png) no-repeat 0 -48px;}
	
a.allview:link,a.allview:active,a.allview:visited
{
border:1px solid #f37021;
                height:16px;
                background-color: #f37021;
                Font-family: Arial; 
                FONT-SIZE: 11px; color: #ffffff;
                padding-left: 5px;
                padding-right: 5px;
                text-decoration: none;
                padding-top: 2px;
                padding-bottom: 2px;
                padding-left: 5px;
                padding-right: 5px;
}
a.allview:hover
{
border:1px solid #d4d3d3;
                height:16px;
                background-color: #f0f0f0;
                Font-family: Arial; 
                FONT-SIZE: 11px; color: #707173;
                padding-left: 5px;
                padding-right: 5px;
                text-decoration: none;
                padding-top: 2px;
                padding-bottom: 2px;
                padding-left: 5px;
                padding-right: 5px;
}