div#Middle {
    background-image:url('/Images/Content.png');
    background-repeat:no-repeat;
    width           :991px;
    height          :504px;
}

ul#Buttons {
    position        :absolute;
    right           :20px;
    bottom          :0px;
    margin          :0px;
    display         :block;
}
    ul#Buttons li {
        display         :block;
        float           :left;
        height          :33px;
        margin          :0px;
    }

div#FooterContent div.Item {
    position        :relative;
    float           :left;
    width           :125px;
    height          :175px;
    overflow        :hidden;
    margin          :10px 5px 0px 0px;
    cursor          :pointer;
}
    div#FooterContent div.Item div.Votes {
        position        :absolute;
        top             :2px;
        right           :0px;
        color           :#FFFFFF;
        font-weight     :bold;
        width           :10px;
        padding         :8px 3px 5px 6px;
        background-image:url('/Images/Votes.png');
        background-repeat:no-repeat;
    }
    div#FooterContent div.Item div.Pin {
        display         :block;
        position        :absolute;
        left            :40px;
        top             :5px;
        width           :28px;
        height          :29px;
        background-image:url('/Images/Pin.png');
        z-index         :20;
    }

    div#FooterContent div.Image, div#FooterContent div.Text {
        position        :relative;
        z-index         :10;
    }
        div#FooterContent div.Text {
            padding         :25px 30px 0px 5px;
            background-image:url('/Images/ItemText.png');
            background-position:left center;
            background-repeat:repeat-y;
        }
        div#FooterContent div.TextBottom {
            clear           :both;
            height          :14px;
            background-image:url('/Images/ItemTextBottom.png');
            background-position:left center;
            background-repeat:no-repeat;
        }
        div#FooterContent div.ImageTop {
            height          :11px;
            background-image:url('/Images/ItemImageTop.png');
            background-position:left top;
            background-repeat:no-repeat;
        }
        div#FooterContent div.Image {
            padding         :0px 5px 0px 10px;
            background-image:url('/Images/ItemImage.png');
            background-position:left center;
            background-repeat:repeat-y;
        }
        div#FooterContent div.ImageBottom {
            clear           :both;
            height          :11px;
            background-image:url('/Images/ItemImageBottom.png');
            background-position:left center;
            background-repeat:no-repeat;
        }
    div#FooterContent div.Item div.Name {
        font-size       :12px;
        font-weight     :bold;
    }
div#FooterContent div.Article {
    position        :relative;
    float           :left;
    width           :206px;
    margin          :0px 10px 0px 0px;
    overflow        :hidden;
    cursor          :pointer;
}

.img_period {
	margin			:3px 0px 0px 4px;
}

.text_period {
	overflow		:hidden;
	width			:167px;
}

div.img_shadow {
	margin			:10px 0px 10px 0px;
	background		:url('/Images/img_shadow.png') no-repeat;
	height			:122px;
	width			:181px;
}

div#FooterContent div.Article div.Pin {
    display         :block;
    position        :absolute;
    left            :80px;
    top             :32px;
    width           :28px;
    height          :29px;
    background-image:url('/Images/Pin.png');
	z-index         :20;
}
