/*
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
*/
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
/*
a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	width: 620px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}
*/
/* =Hoverbox Code
----------------------------------------------------------------------*/

.smallhoverbox
{
	list-style: none;
	margin:0px 0px 10px 40px;
}

.smallhoverbox a
{

}

.smallhoverbox a .previewportrait
{
	display: none;
}

.smallhoverbox a:hover .previewportrait
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.smallhoverbox a .previewlandscape
{
	display: none;
}

.smallhoverbox a:hover .previewlandscape
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.smallhoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.smallhoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px 6px 6px 0px;
	padding: 0px;
	position: relative;
}

.smallhoverbox .previewportrait
{
	border-color: #000;
	height:200px;
	width:150px;
}
.smallhoverbox .previewlandscape
{
	border-color: #000;
	height:150px;
	width:200px;
}
