﻿.container{
	margin: auto;
	/*width: 960px;*/
	width: 760px;
}

* html body{
	text-align: center;	
}

* html .container{
	text-align: left;	
}

* html div {
	text-align: left;	
}
/*slideshow*/
.yui-sldshw-displayer {
    position: relative;
    overflow: hidden;
	z-index:1;
}

.yui-sldshw-displayer img {
    position: absolute;
    width: 100%;
    height: 100%
	border:0 !important;
}

.yui-sldshw-displayer table {
    position: absolute;
    width: 100%;
    height: 100%
}

.yui-sldshw-displayer div {
    position: absolute;
    width: 100%;
    height: 100%
}

.yui-sldshw-next {
    z-index: 1;
    display: block;
    opacity: 1.0;
}

.yui-sldshw-active {
    z-index: 10;
    display: block;
    opacity: 1.0;
}

.yui-sldshw-cached {
    display: none;
    z-index: 0;
    opacity: 1.0;
}

div.yui-sldshw-frame {
    background: white;
}
/* resources */
#resources {
	margin:0;
	padding:6px 0 0 0;
}
#resources li {
	display:block;
	height:60px;
	margin:0 0 12px 0;
	padding:0;
}
#resources li a {
	display:block;
	width:180px;
	height:61px;
	overflow:hidden;
	text-indent:-9999em;
	background-image:url(images/resources_buttons.gif);
	background-repeat:no-repeat;
}
#resources li a.btn_shared {
	background-position:0 -442px;
}
#resources li a.btn_shared:hover {
	background-position:-220px -442px ;
}
#resources li a.btn_tour {
	background-position:0 0;
}
#resources li a.btn_tour:hover {
	background-position:-220px 0;
}
#resources li a.btn_study {
	background-position:0 -86px;
}
#resources li a.btn_study:hover {
	background-position:-220px -86px;
}
#resources li a.btn_paper {
	background-position:0 -173px;
}
#resources li a.btn_paper:hover {
	background-position:-220px -173px;
}
#resources li a.btn_grid {
	background-position:0 -263px;
}
#resources li a.btn_grid:hover {
	background-position:-220px -263px;
}
#resources li a.guide {
	background-position:0 -353px;
}
#resources li a.guide:hover {
	background-position:-220px -353px;
}