aside#right {
    width:400px;
    background-color:rgba(255,255,255,.4);
    font-size:14px;
    color:#999;
}
aside#right:hover {
    background-color:rgba(255,255,255,.8);
    color:#666;
}
aside#right .inside {
    float:left;
    display:block;
    margin:15px;
}
aside#right h3 {
    width:340px;
    margin:15px;
    font-size:40px;
    line-height:50px;
    font-style:italic;
    text-transform:uppercase;
    font-weight:300;
}
aside#right img {
    width:340px;
    margin:15px;
}
aside#right p {
    width:340px;
    margin:10px 15px;
    font-size:14px;
    line-height:1.5;
    font-style:italic;
    font-weight: 300;
}
aside#right ul {
    width:310px;
    margin:10px 15px;
    padding-left:30px;
    font-size:14px;
    line-height:1.5;
    font-style:italic;
    list-style-type:square;
    font-weight: 300;
    list-style-position: outside;
}
aside#right ul li {
    width:100%;
    display:list-item;
}

aside#right .right-gallery ul {
	width: 100%;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
	
aside#right .right-gallery ul li:not(:first-child) {
	display:none;
}