/** REFERINTE **/
#tb-scroller {
	width: 810px;
	overflow: hidden;
	margin-left: 74px;
}
#tb-scroller ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#tb-scroller ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 52px;
	height: 97px;
}
#tb-scroller ul li a {
	display: block;
	float: left;
}

#page_description a.img_left {
    float: left;
    margin: 0 10px 0 0;
}

.row_wrapper {
    text-align: center;
}
.row_wrapper .row {
    margin: auto;
    /*width: 700px;*/
    width: 850px;
}

.row .column {
    float: left;
    margin: 10px 6px 10px 0;
}
.row .last_column {
    float: left;
    margin: 10px 0;
}
.row .column a {
    /*text-shadow: #e5edf0 1px 1px 2px;*/
    text-shadow: 1px 1px 2px #B8B8B8;
}
a.img_wrapper {
    border: 2px solid #e6f3fb;/*#f1f9fc;*/
    display: block;
    -moz-border-radius: 10px/*{cornerRadius}*/;
    -webkit-border-radius: 10px/*{cornerRadius}*/;
    border-radius: 10px/*{cornerRadius}*/;
}
a.img_wrapper:hover {
    border: 2px solid #4a6266; /*#0776d3 #d3e4ff #e5edf0;*/
}

a.img_wrapper img {
    -moz-border-radius: 7px/*{cornerRadius}*/;
    -webkit-border-radius: 7px/*{cornerRadius}*/;
    border-radius: 7px/*{cornerRadius}*/;
}

.img-box {
    display: block;
    -moz-border-radius: 8px/*{cornerRadius}*/;
    -webkit-border-radius: 8px/*{cornerRadius}*/;
    border-radius: 8px/*{cornerRadius}*/;
}

p.wordw {
    font-weight: bold;
    width: 160px;
}