.rotated_content_box
{
    border:2px solid;
    border-color: #999999;
    padding:2px;
}

.rotation_image
{
        font-size:0px;
}

.rotation_image img
{
        width:500px;
        height:250px;
	border:0px;

}

.rotation_text_holder
{
        color: white; 
        font-family: arial,helvetica,verdana,geneva,sans-serif;
        padding:0em;
        margin:0px;
        height:100px;
	position:relative;
        border:0px solid black;
}

.rotation_text
{
    height:100px;
    width:100%;
    overflow:auto;
	position:absolute;
    color:black;

}

/*
 * commented out because white links in white text don't show up
.rotation_text_holder a
{
        text-decoration:none;
}

.rotation_text_holder a:hover
{
        text-decoration:underline;
}

.rotation_text_holder a:visited
{
}
*/

.rotation_text_holder .moreitems
{
    bottom:0px;
    right:0px;
    padding:0.4ex 0.1ex 0ex 2em;
    margin:1ex 3ex;
    position:absolute;
}

.rotation_text_holder .moreitems a
{
    font-size:11px;
    font-weight:bold;
    text-decoration:underline;
}

.rotation_lower_content
{
    border:1px solid black;
    width:130px;
    height:80px;
    float:left;
    margin:10px;
    text-align:center;
}

