﻿.squarebox {
    width: 510px;
    border: solid 1px #336699;
    text-align: center;
    overflow: hidden; }
.squareboxgradientcaption {
    color: White;
	font-style:normal;
	font-size:10px;
	font-weight:bold;
    padding: 5px;
    background-image: url(http://localhost/teatro/components/gallery/images/gradient_blue.png);
    background-repeat: repeat-x; }
.squareboxcontent 
{
    overflow: hidden;
    border-top: solid 1px #336699;
	 }

